AssemblyCSharp.BackendAuth.Exists C# (CSharp) Method

Exists() public static method

public static Exists ( ) : bool
return bool
        public static bool Exists()
        {
            return File.Exists(StoragePath);
        }