Patcher.Data.Archives.ArchiveReader.DoFileExists C# (CSharp) Method

DoFileExists() protected abstract method

protected abstract DoFileExists ( string path ) : bool
path string
return bool
        protected abstract bool DoFileExists(string path);