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

Function Rename

Engine/source/core/volume.cpp:1146–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144}
1145
1146bool Rename(const Path &from, const Path &to)
1147{
1148 return sgMountSystem.rename(from,to);
1149}
1150
1151bool Mount(String root, FileSystemRef fs)
1152{

Callers 1

rebuildZipMethod · 0.85

Calls 1

renameMethod · 0.45

Tested by

no test coverage detected