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

Function GetFileAttributes

Engine/source/core/volume.cpp:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1187{
1188 return sgMountSystem.getFileAttributes(path,attr);
1189}
1190
1191S32 CompareModifiedTimes(const Path& p1, const Path& p2)
1192{

Callers 8

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

Calls 1

getFileAttributesMethod · 0.80

Tested by 4

FileOrDirectoryExistsMethod · 0.68
DirectoryExistsMethod · 0.68
FileOrDirectoryExistsMethod · 0.68
DirectoryExistsMethod · 0.68