MCPcopy 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

TestInitializeMethod · 0.45
GetConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestInitializeMethod · 0.36