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

Function GetFileSystem

Engine/source/core/volume.cpp:1022–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022FileSystemRef GetFileSystem(const Path &path)
1023{
1024 return sgMountSystem.getFileSystem(path);
1025}
1026
1027bool GetFileAttributes(const Path &path, FileNode::Attributes* attr)
1028{

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

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected