BZip2.

Decompress(FilePath, DirectoryPath) Method

Summary

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

Syntax

public override void Decompress(FilePath filePath, DirectoryPath outputPath)

Parameters

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

Return Value

Type Description
void