CompressionAliases.

GZipDecompress(ICakeContext, FilePath, DirectoryPath) Method

Summary

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

Syntax

public static void GZipDecompress(this ICakeContext context, FilePath filePath, DirectoryPath outputPath)

Examples

GZipDecompress("Cake.tar.gz", "./cake");

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void