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

Method getFileSystem

Engine/source/core/volume.cpp:679–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679FileSystemRef MountSystem::getFileSystem(const Path& path)
680{
681 return _getFileSystemFromList(_normalize(path));
682}
683
684bool MountSystem::getFileAttributes(const Path& path,FileNode::Attributes* attr)
685{

Callers 9

addNotificationMethod · 0.80
removeNotificationMethod · 0.80
resolveMethod · 0.80
createMethod · 0.80
removeMethod · 0.80
renameMethod · 0.80
mapToMethod · 0.80
mapFromMethod · 0.80
GetFileSystemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected