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

Function OpenDirectory

Engine/source/core/volume.cpp:1136–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136DirectoryRef OpenDirectory(const Path &path)
1137{
1138 return sgMountSystem.openDirectory(path);
1139}
1140
1141bool Remove(const Path &path)
1142{

Callers 1

_dumpDirectoriesMethod · 0.85

Calls 1

openDirectoryMethod · 0.45

Tested by

no test coverage detected