Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1027
bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1028
{
1029
return sgMountSystem.getFileAttributes(path,attr);
1030
}
1031
1032
S32 CompareModifiedTimes(const Path& p1, const Path& p2)
1033
{
Callers
6
FileOrDirectoryExists
Method · 0.85
DirectoryExists
Method · 0.85
addNotification
Method · 0.85
startNotifier
Method · 0.85
internalNotifyDirChanged
Method · 0.85
CompareModifiedTimes
Function · 0.85
Calls
1
getFileAttributes
Method · 0.80
Tested by
2
FileOrDirectoryExists
Method · 0.68
DirectoryExists
Method · 0.68