Decompresses all files from the GZIP archive to the specified directory.
Existing files in target directory will be overwritten.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Sub Decompress ( _ archivePath As String, _ targetDirectory As String _ ) |
C# |
---|
public void Decompress( string archivePath, string targetDirectory ) |
Parameters
- archivePath
- Type: System..::..String
Path to a GZIP archive to be decompressed.
- targetDirectory
- Type: System..::..String
Path to output folder (directory to which to decompress the contents of the GZIP archive).