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

Function dFileTouch

Engine/source/platformPOSIX/POSIXFileio.cpp:431–434  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

429
430//-----------------------------------------------------------------------------
431bool dFileTouch(const char * name)
432{
433 return ModifyFile(name, TOUCH);
434}
435
436bool dFileRename(const char *oldName, const char *newName)
437{

Callers

nothing calls this directly

Calls 1

ModifyFileFunction · 0.85

Tested by

no test coverage detected