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

Method isFile

Engine/source/core/volume.cpp:787–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787bool MountSystem::isFile(const Path& path)
788{
789 FileNode::Attributes attr;
790 if (getFileAttributes(path,&attr))
791 return attr.flags & FileNode::File;
792 return false;
793}
794
795bool MountSystem::isDirectory(const Path& path, FileSystemRef fsRef)
796{

Callers 1

IsFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected