CASCExplorer.CASCHandlerBase.SaveFileTo C# (CSharp) Method

SaveFileTo() public method

public SaveFileTo ( string fullName, string extractPath ) : void
fullName string
extractPath string
return void
        public void SaveFileTo(string fullName, string extractPath) => SaveFileTo(Hasher.ComputeHash(fullName), extractPath, fullName);
        public abstract void SaveFileTo(ulong hash, string extractPath, string fullName);

Same methods

CASCHandlerBase::SaveFileTo ( MD5Hash key, string path, string name ) : void
CASCHandlerBase::SaveFileTo ( ulong hash, string extractPath, string fullName ) : void