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, bool overwriteFiles)
Parameters
Name | Type | Description |
---|---|---|
zipPath | FilePath | Zip file path. |
outputPath | DirectoryPath | Output directory path. |
overwriteFiles | bool | Flag for if files should be overwritten in output. |
Return Value
Type | Description |
---|---|
void |