unzip file
- command
- new in 2.04
- The unzip file command will uncompress and extract the contents of a zip file. You may optionally specify a name for the unzipped file. You may also specify a folder to receive the unzipped contents.
unzip file "datapak.zip" as "localData.txt"
unzip file "archive.zip" into folder "oldResults"
Additional options are available to decrypt a password-protected archive, and to control whether existing files should be overwritten, or only overwritten by newer versions.
- Related: zip file