Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ CreatePath
Function
CreatePath
Engine/source/core/volume.cpp:1309–1312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1307
String GetMountType( S32 index ) { return sgMountSystem.getMountType(index); }
1308
1309
bool CreatePath(const Path& path)
1310
{
1311
return sgMountSystem.createPath(path);
1312
}
1313
1314
} // Namespace FS
1315
Callers
3
fileSystemFunctions.cpp
File · 0.85
screenshot.cpp
File · 0.85
open
Method · 0.85
Calls
1
createPath
Method · 0.45
Tested by
no test coverage detected