Unzip

The Unzip function 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 selected then any files with the same name as those being extracted will be overwritten with the extracted files.

Otherwise, if the property is unselected the unzipping will be stopped and an error will be returned.

Password

Password to the zip archive that will be extracted.

Definition

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