MCPcopy 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
908FileRef CreateFile(const Path &path)
909{
910 return sgMountSystem.createFile(path);
911}
912
913DirectoryRef CreateDirectory(const Path &path)
914{

Callers 6

windows_file_openFunction · 0.85
file_existsFunction · 0.85
SaveImageFunction · 0.85
initMethod · 0.85
dFileTouchFunction · 0.85
openMethod · 0.85

Calls 1

createFileMethod · 0.80

Tested by

no test coverage detected