IZipAdapter.

Unzip(FilePath, DirectoryPath) Method

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