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

Method pathCopy

engine/source/platformEmscripten/EmscriptenFileio.cpp:139–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137
138//-----------------------------------------------------------------------------
139bool Platform::pathCopy(const char *fromName, const char *toName, bool nooverwrite)
140{
141 return CopyFile(fromName,toName);
142}
143
144//-----------------------------------------------------------------------------
145bool Platform::fileRename(const char *source, const char *dest)

Callers

nothing calls this directly

Calls 1

CopyFileFunction · 0.70

Tested by

no test coverage detected