CASCExplorer.CASCHandlerBase.FileExists C# (CSharp) Method

FileExists() public abstract method

public abstract FileExists ( string file ) : bool
file string
return bool
        public abstract bool FileExists(string file);
        public abstract bool FileExists(ulong hash);

Same methods

CASCHandlerBase::FileExists ( int fileDataId ) : bool
CASCHandlerBase::FileExists ( ulong hash ) : bool