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.
- Assembly
- Cake
.Compression .dll - Namespace
- Cake
.Compression .Classes - Containing Type
- GZip
Syntax
public override void Uncompress(FilePath filePath, DirectoryPath outputPath)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | GZip file to uncompress. |
outputPath | DirectoryPath | Output path to uncompress into. |
Return Value
Type | Description |
---|---|
void |