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

Method getFileAttributes

Engine/source/core/volume.cpp:684–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684bool MountSystem::getFileAttributes(const Path& path,FileNode::Attributes* attr)
685{
686 FileNodeRef file = getFileNode(path);
687
688 if (file != NULL)
689 {
690 bool result = file->getAttributes(attr);
691 return result;
692 }
693
694 return false;
695}
696
697FileNodeRef MountSystem::getFileNode(const Path& path)
698{

Callers 1

GetFileAttributesFunction · 0.80

Calls 1

getAttributesMethod · 0.45

Tested by

no test coverage detected