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

Method getFileAttributes

Engine/source/core/volume.cpp:841–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841bool MountSystem::getFileAttributes(const Path& path,FileNode::Attributes* attr)
842{
843 FileNodeRef file = getFileNode(path);
844
845 if (file != NULL)
846 {
847 bool result = file->getAttributes(attr);
848 return result;
849 }
850
851 return false;
852}
853
854FileNodeRef MountSystem::getFileNode(const Path& path)
855{

Callers 1

GetFileAttributesFunction · 0.80

Calls 1

getAttributesMethod · 0.45

Tested by

no test coverage detected