Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openRotatingLog
Function · 0.50
importSelected
Function · 0.50
openDarkPilotConfig
Function · 0.50
resetAllSettings
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected