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

Function CopyFile

Engine/source/core/volume.cpp:1062–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062bool CopyFile(const Path& source, const Path& destination, bool noOverwrite)
1063{
1064 return sgMountSystem.copyFile(source, destination, noOverwrite);
1065}
1066
1067bool DumpDirectories(const Path& path, Vector<StringTableEntry>& directories, S32 depth, bool noBasePath)
1068{

Callers 5

importImageAssetMethod · 0.50
importShapeAssetMethod · 0.50
importSoundAssetMethod · 0.50

Calls 1

copyFileMethod · 0.80

Tested by

no test coverage detected