Patcher.Data.DataFile.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( ) : bool
Résultat bool
        public bool Exists()
        {
            return File.Exists(FullPath);
        }