Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_createEmpty
Function · 0.50
exportLevel
Function · 0.50
autosave
Function · 0.50
snapshotUI
Function · 0.50
openDarkPilotConfig
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected