MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / fileDelete

Method fileDelete

engine/source/platformEmscripten/EmscriptenFileio.cpp:414–417  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

412
413//-----------------------------------------------------------------------------
414bool Platform::fileDelete(const char * name)
415{
416 return ModifyFile(name, DELETE);
417}
418
419//-----------------------------------------------------------------------------
420bool dFileTouch(const char * name)

Callers

nothing calls this directly

Calls 1

ModifyFileFunction · 0.70

Tested by

no test coverage detected