This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Compression.
Summary
Decompress the specified Zip Tar file.
Syntax
public static void ZipDecompress(this ICakeContext context, FilePath filePath, DirectoryPath outputPath)
Examples
ZipDecompress("Cake.zip", "./cake");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
filePath |
FilePath |
Zip file to decompress. |
outputPath |
DirectoryPath |
Output path to decompress into. |
Return Value