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

DoFileExists() protected method

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