Patcher.Data.DataFile.Exists C# (CSharp) 메소드

Exists() 공개 메소드

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