Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1186
bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1187
{
1188
return sgMountSystem.getFileAttributes(path,attr);
1189
}
1190
1191
S32 CompareModifiedTimes(const Path& p1, const Path& p2)
1192
{
Callers
8
FileOrDirectoryExists
Method · 0.85
DirectoryExists
Method · 0.85
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
4
FileOrDirectoryExists
Method · 0.68
DirectoryExists
Method · 0.68
FileOrDirectoryExists
Method · 0.68
DirectoryExists
Method · 0.68