Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ CreateFile
Function
CreateFile
Engine/source/core/volume.cpp:1057–1060 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1055
{
1056
1057
FileRef CreateFile(const Path &path)
1058
{
1059
return sgMountSystem.createFile(path);
1060
}
1061
1062
bool CopyFile(const Path& source, const Path& destination, bool noOverwrite)
1063
{
Callers
11
windows_file_open
Function · 0.85
SaveBitmapToFile
Function · 0.85
add_certs_file_to_store
Function · 0.85
getfiletime
Function · 0.85
setfiletime
Function · 0.85
setfiletime
Function · 0.85
win32_open64_file_func
Function · 0.85
win32_open_file_func
Function · 0.85
init
Method · 0.85
dFileTouch
Function · 0.85
open
Method · 0.85
Calls
1
createFile
Method · 0.80
Tested by
no test coverage detected