Patcher.Data.Archives.Fallout4ArchiveReader.DoFileExists C# (CSharp) 메소드

DoFileExists() 보호된 메소드

protected DoFileExists ( string path ) : bool
path string
리턴 bool
        protected override bool DoFileExists(string path)
        {
            return FindFileInfo(path) != null;
        }