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

Function IsDirectory

Engine/source/core/volume.cpp:1249–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247}
1248
1249bool IsDirectory(const Path &path)
1250{
1251 return sgMountSystem.isDirectory(path);
1252}
1253
1254bool IsReadOnly(const Path &path)
1255{

Callers 8

gotoWebPageFunction · 0.85
buildFileListFunction · 0.85
dumpDirectoriesMethod · 0.85
MountDefaultsFunction · 0.85
getTrueFilenameMethod · 0.85

Calls 1

isDirectoryMethod · 0.45

Tested by 2