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, any files with the same name as those being extracted will be overwritten with the extracted files.
If this property is unselected, the unzipping will be stopped, and an error will be returned.
Password
Password for 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.
Last updated