ARMCustomTool.PhysicalFileSystem.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool
        public bool Exists(string path) => File.Exists(path);
    }
PhysicalFileSystem