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

Function dPathCopy

Engine/source/platformPOSIX/POSIXFileio.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool dPathCopy(const char *fromName, const char *toName, bool nooverwrite)
233{
234 return CopyFile(fromName,toName);
235}
236
237//-----------------------------------------------------------------------------
238static char sgPrefDir[MaxPath];

Callers

nothing calls this directly

Calls 1

CopyFileFunction · 0.70

Tested by

no test coverage detected