Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 601 Bytes

HelpersGetChocolateyUnzip.md

File metadata and controls

31 lines (18 loc) · 601 Bytes

Get-ChocolateyUnzip

Unzips a .zip file and returns the location for further processing.

Usage

Get-ChocolateyUnzip $fileFullPath $destination

Examples

Get-ChocolateyUnzip 'c:\tools\poshgit.zip' 'C:\tools\poshgit'

Parameters

  • -fileFullPath

    This is the full path to the .zip file

    Example: 'c:\tools\poshgit.zip'

  • -destination

    This is the destination folder to unpack the contents of the zip file. If the destination doesn't exist, it will be created.

    Example: 'C:\tools\poshgit'

[[Function Reference|HelpersReference]]