MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / fileDelete

Method fileDelete

Engine/source/platformPOSIX/POSIXFileio.cpp:1157–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157bool Platform::fileDelete(const char * name)
1158{
1159 return ModifyFile(name, DELETE);
1160}
1161
1162static bool recurseDumpDirectories(const char *basePath, const char *subPath, Vector<StringTableEntry> &directoryVector, S32 currentDepth, S32 recurseDepth, bool noBasePath)
1163{

Callers

nothing calls this directly

Calls 1

ModifyFileFunction · 0.85

Tested by

no test coverage detected