MCPcopy 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
1057FileRef CreateFile(const Path &path)
1058{
1059 return sgMountSystem.createFile(path);
1060}
1061
1062bool CopyFile(const Path& source, const Path& destination, bool noOverwrite)
1063{

Callers 11

windows_file_openFunction · 0.85
SaveBitmapToFileFunction · 0.85
add_certs_file_to_storeFunction · 0.85
getfiletimeFunction · 0.85
setfiletimeFunction · 0.85
setfiletimeFunction · 0.85
win32_open64_file_funcFunction · 0.85
win32_open_file_funcFunction · 0.85
initMethod · 0.85
dFileTouchFunction · 0.85
openMethod · 0.85

Calls 1

createFileMethod · 0.80

Tested by

no test coverage detected