Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ CreateFile
Function
CreateFile
Engine/source/core/volume.cpp:908–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
906
{
907
908
FileRef CreateFile(const Path &path)
909
{
910
return sgMountSystem.createFile(path);
911
}
912
913
DirectoryRef CreateDirectory(const Path &path)
914
{
Callers
6
windows_file_open
Function · 0.85
file_exists
Function · 0.85
SaveImage
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