unzip

unzip given archive to destination


Parameters

unzip destination :string
      original :string

Returns

  • :nothing

Examples

copy
unzip "folder" "archive.zip"

Related