Zip Files
Parameters
Name |
Mandatory |
Default |
Description |
Zip To File |
Yes |
Target file. |
|
File From Dir |
Yes |
Source directory containing the files to compress. |
|
Zip Includes |
No |
List of files to include. This is a semi-colon
separated list of file masks. For example: |
|
Zip Excludes |
No |
List of files to exclude. This is a semi-colon
separated list of file masks. For example: |
|
Zip Compress |
No |
True |
If set to true, the archive is compressed. |
Zip Update |
No |
False |
Update the zip file if it already exists. |
Zip Encoding |
No |
Zip file encoding. |
|
Zip Action If Empty |
No |
Skip |
Behavior when no file corresponds to the selection: fail the action, skip it or create the zip file anyway. |
Zip Action If Duplicated File |
No |
Add |
Behavior when a file duplicate is found: fail the action, preserve the current file or add the new file. |
Zip Comment |
No |
Comment to add to the archive. |
|
Zip Compression Level |
No |
–1 |
Compression level. Can range from 0: No compression to 9:Maximum Compression |