Gzip.Decompress Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Decompress(String, String)
Decompresses all files from the GZIP archive to the specified directory. Existing files in target directory will be overwritten.
Declaration
public void Decompress(string archivePath, string targetDirectory)