addZipItem
Adds a new item into a ZIP archive being created with a createZip command.
Parent commands
createZip
Required. TheaddZipItem
command can only exist as a child ofcreateZip
.
Attributes
value | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | File | Yes |
Defines the File which is to be added as a new item into the archive. |
name | ||
---|---|---|
Required | Value type | EL-evaluated |
No | String | Yes |
Defines the name of the new item in the archive. If not defined or if the value is an empty String, the name of the File defined with |
Examples
See the examples of createZip
's documentation.