Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ FileExists
Method
FileExists
csharp/GSDK_CSharp_Standard/ISystemOperations.cs:10–10 ·
view source on GitHub ↗
(string filename)
Source
from the content-addressed store, hash-verified
8
string FileReadAllText(string filename);
9
10
bool FileExists(string filename);
11
12
string GetEnvironmentVariableValue(string variable);
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected