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
Uncompress the specified GZip Tar file.
Syntax
public static void GZipUncompress(this ICakeContext context, FilePath filePath, DirectoryPath outputPath)
Examples
GZipUncompress("Cake.tar.gz", "./cake");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
filePath |
FilePath |
GZip file to uncompress. |
outputPath |
DirectoryPath |
Output path to uncompress into. |
Return Value