Patcher.Data.Archives.Fallout4ArchiveReader.DoFileExists C# (CSharp) Méthode

DoFileExists() protected méthode

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