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

Function IsReadOnly

Engine/source/core/volume.cpp:1254–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254bool IsReadOnly(const Path &path)
1255{
1256 return sgMountSystem.isReadOnly(path);
1257}
1258
1259String MakeUniquePath( const char *path, const char *fileName, const char *ext )
1260{

Callers 1

Calls 1

isReadOnlyMethod · 0.45

Tested by

no test coverage detected