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

Function IsDirectory

Engine/source/core/volume.cpp:1078–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076}
1077
1078bool IsDirectory(const Path &path)
1079{
1080 return sgMountSystem.isDirectory(path);
1081}
1082
1083bool IsReadOnly(const Path &path)
1084{

Callers 7

onStartFunction · 0.85
core.csFile · 0.85
onStartFunction · 0.85
core.csFile · 0.85
buildFileListFunction · 0.85

Calls 1

isDirectoryMethod · 0.45

Tested by 1