CompressionAliases.

ZipUncompress(ICakeContext, FilePath, DirectoryPath) Method

Summary

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

Syntax

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

Examples

ZipUncompress("Cake.zip", "./cake");

Attributes

Type Description
CakeMethodAliasAttribute
ObsoleteAttribute

Parameters

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

Return Value

Type Description
void