Gzip.Decompress Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
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)
Parameters
Type | Name | Description |
---|---|---|
String | archivePath | Path to a GZIP archive to be decompressed. |
String | targetDirectory | Path to output folder (directory to which to decompress the contents of the GZIP archive). |