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.Gradle.
Summary
Unzip a file to a given directory.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle .Abstractions - Containing Type
- IZipAdapter
Syntax
void Unzip(FilePath zip, DirectoryPath target)
Parameters
| Name | Type | Description |
|---|---|---|
| zip | FilePath | The file to unzip. |
| target | DirectoryPath | The directory in which to unzip. |
Return Value
| Type | Description |
|---|---|
| void |
