ARMCustomTool.PhysicalFileSystem.Exists C# (CSharp) Method

Exists() public method

public Exists ( string path ) : bool
path string
return bool
        public bool Exists(string path) => File.Exists(path);
    }
PhysicalFileSystem