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

Function GetFileAttributes

Engine/source/core/volume.cpp:1027–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1028{
1029 return sgMountSystem.getFileAttributes(path,attr);
1030}
1031
1032S32 CompareModifiedTimes(const Path& p1, const Path& p2)
1033{

Callers 6

FileOrDirectoryExistsMethod · 0.85
DirectoryExistsMethod · 0.85
addNotificationMethod · 0.85
startNotifierMethod · 0.85
CompareModifiedTimesFunction · 0.85

Calls 1

getFileAttributesMethod · 0.80

Tested by 2

FileOrDirectoryExistsMethod · 0.68
DirectoryExistsMethod · 0.68