MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / deleteFile

Function deleteFile

TheForceEngine/TFE_FileSystem/fileutil.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void deleteFile(const char* srcFile)
220 {
221 DeleteFile(srcFile);
222 }
223
224 bool directoryExits(const char* path, char* outPath)
225 {

Callers 5

level_createEmptyFunction · 0.50
exportLevelFunction · 0.50
autosaveFunction · 0.50
snapshotUIFunction · 0.50
openDarkPilotConfigFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected