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:28–31 ·
view source on GitHub ↗
(string filename)
Source
from the content-addressed store, hash-verified
26
}
27
28
public bool FileExists(string filename)
29
{
30
return File.Exists(filename);
31
}
32
33
public string GetEnvironmentVariableValue(string variable)
34
{
Callers
2
TestInitialize
Method · 0.45
GetConfiguration
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestInitialize
Method · 0.36