Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1083
bool IsReadOnly(const Path &path)
1084
{
1085
return sgMountSystem.isReadOnly(path);
1086
}
1087
1088
String MakeUniquePath( const char *path, const char *fileName, const char *ext )
1089
{
Callers
1
fileSystemFunctions.cpp
File · 0.85
Calls
1
isReadOnly
Method · 0.45
Tested by
no test coverage detected