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

Method isFile

Engine/source/core/volume.cpp:940–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940bool MountSystem::isFile(const Path& path)
941{
942 FileNode::Attributes attr;
943 if (getFileAttributes(path,&attr))
944 return attr.flags & FileNode::File;
945 return false;
946}
947
948bool MountSystem::isDirectory(const Path& path, FileSystemRef fsRef)
949{

Callers 2

IsFileFunction · 0.45
IsScriptFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected