MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / copyFile

Function copyFile

TheForceEngine/TFE_FileSystem/fileutil.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void copyFile(const char* srcFile, const char* dstFile)
215 {
216 CopyFile(srcFile, dstFile, FALSE);
217 }
218
219 void deleteFile(const char* srcFile)
220 {

Callers 4

openRotatingLogFunction · 0.50
importSelectedFunction · 0.50
openDarkPilotConfigFunction · 0.50
resetAllSettingsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected