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

Function dFileTouch

engine/source/platformEmscripten/EmscriptenFileio.cpp:420–423  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

418
419//-----------------------------------------------------------------------------
420bool dFileTouch(const char * name)
421{
422 return ModifyFile(name, TOUCH);
423}
424
425//-----------------------------------------------------------------------------
426// Constructors & Destructor

Callers

nothing calls this directly

Calls 1

ModifyFileFunction · 0.70

Tested by

no test coverage detected