GZip.

Decompress(FilePath, DirectoryPath) Method

Summary

Decompress the specified GZip Tar file.
Assembly
Cake.Compression.dll
Namespace
Cake.Compression.Classes
Containing Type
GZip

Syntax

public override void Decompress(FilePath filePath, DirectoryPath outputPath)

Parameters

Name Type Description
filePath FilePath GZip file to decompress.
outputPath DirectoryPath Output path to decompress into.

Return Value

Type Description
void