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

Function GetFileSystem

Engine/source/core/volume.cpp:1181–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1179}
1180
1181FileSystemRef GetFileSystem(const Path &path)
1182{
1183 return sgMountSystem.getFileSystem(path);
1184}
1185
1186bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1187{

Callers 9

buildFileListFunction · 0.85
canLoadCachedDTSMethod · 0.85
loadColladaShapeFunction · 0.85
screenshot.cppFile · 0.85
AddChangeNotificationFunction · 0.85
RemoveChangeNotificationFunction · 0.85
cleanPathMethod · 0.85
GetFSPathFunction · 0.85
getTrueFilenameMethod · 0.85

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected