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

Function IsReadOnly

Engine/source/core/volume.cpp:1083–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083bool IsReadOnly(const Path &path)
1084{
1085 return sgMountSystem.isReadOnly(path);
1086}
1087
1088String MakeUniquePath( const char *path, const char *fileName, const char *ext )
1089{

Callers 1

Calls 1

isReadOnlyMethod · 0.45

Tested by

no test coverage detected