Unzip
Last updated
The Unzip function extracts a zip archive to a given directory.
A file path string of the zip archive to be extracted.
A file path string to the directory where the contents of the zip archive will be placed after extraction.
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 for the zip archive that will be extracted.
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