Unzip

Extracts a zip archive to a given directory.

Properties

Archive

A file path string of the zip archive to be extracted.

Extract to

A file path string to the directory where the contents of the zip archive will be placed after extraction.

Overwrite existing files

If checked then any files with the same name as those being extracted will be overwritten with the extracted files. Otherwise stops the Function and returns an error.

Password

Password to the zip archive that will be extracted.

Definition

If the Function's processing was successful then a list of strings containing the file paths to each extracted file will be returned.