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

Function dFileDelete

Engine/source/platformPOSIX/POSIXFileio.cpp:425–428  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

423
424//-----------------------------------------------------------------------------
425bool dFileDelete(const char * name)
426{
427 return ModifyFile(name, DELETE);
428}
429
430//-----------------------------------------------------------------------------
431bool dFileTouch(const char * name)

Callers

nothing calls this directly

Calls 1

ModifyFileFunction · 0.85

Tested by

no test coverage detected