Summary
Unzips the specified file to the specified output path.
- Namespace
- Cake
.Common .IO - Containing Type
- Zipper
Syntax
public void Unzip(FilePath zipPath, DirectoryPath outputPath)
Parameters
| Name | Type | Description |
|---|---|---|
| zipPath | FilePath | Zip file path. |
| outputPath | DirectoryPath | Output directory path. |
Return Value
| Type | Description |
|---|---|
| void |
