CompressionAliases.

BZip2Uncompress(ICakeContext, FilePath, DirectoryPath) Method

Summary

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

Syntax

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

Examples

BZip2Uncompress("Cake.tar.bz2", "./cake");

Attributes

Type Description
CakeMethodAliasAttribute
ObsoleteAttribute

Parameters

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

Return Value

Type Description
void