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 archive.
- Assembly
- Cake
.Compression .dll - Namespace
- Cake
.Compression .Classes - Containing Type
- CompressionBase
Syntax
public abstract void Decompress(FilePath filePath, DirectoryPath outputPath)
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | FilePath | Archive to decompress. |
| outputPath | DirectoryPath | Output path to decompress into. |
Return Value
| Type | Description |
|---|---|
| void |
