Patcher.Data.DataFile.Exists C# (CSharp) Method

Exists() public method

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