[Files] Decompress
Q100039: [Files] Decompress
Decompresses one or more compressed files. Currently the module only supports .zip files. The module will overwrite any pre-existing files with the same name.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
File source | InOut | The file source is a list of one or more fully qualified pathnames, which are compressed (.zip) files. | |
Destination folder | InOut | The folder to decompress files to. If left blank, file(s) will be decompressed into the same folder as the compressed file they came from. | |
Create a parent folder for each compressed file? | In | If true, files from XYZ.zip will be decompressed into a parent folder named XYZ . This can be useful to avoid file name collisions if decompressing multiple zip files. |
Default: False |
Replicate subfolders? | In | If true, the sub-folder structure from the compressed file will be replicated. If false, then all files will be decompressed to the same folder regardless of how deeply nested they originally might have been. | Default: True |
Log output level | In | Choices: Minimal , Verbose The level of execution detail you want to appear in the log. |
Default: Minimal |
File list | Out | The fully qualified pathnames of the files that were decompressed. |
(Italics = required parameters)
Notes
The [Files] Decompress
module allows you to specify one or more source files that are in a compressed ZIP file format, and have them decompressed out to the specified Destination Folder
.
Last Updated:
10/3/2023 1:06:58 AM