Unzip
The Unzip function extracts a zip archive to a given directory.
Properties
Section titled “Properties”Archive
Section titled “Archive”A file path string of the zip archive to be extracted.
Extract to
Section titled “Extract to”A file path string to the directory where the contents of the zip archive will be placed after extraction.
Overwrite existing files
Section titled “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
Section titled “Password”Password for the zip archive that will be extracted.
Definition
Section titled “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.