MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / CreateDirectory

Function CreateDirectory

Engine/source/core/volume.cpp:1072–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072DirectoryRef CreateDirectory(const Path &path)
1073{
1074 return sgMountSystem.createDirectory(path);
1075}
1076
1077FileRef OpenFile(const Path &path, File::AccessMode mode)
1078{

Callers 4

CreateFolderMethod · 0.85
CreateFolderMethod · 0.85
MountDefaultsFunction · 0.85
createPathMethod · 0.85

Calls 1

createDirectoryMethod · 0.80

Tested by 2

CreateFolderMethod · 0.68
CreateFolderMethod · 0.68