Write entry
XML
<zip:write filename="string">
string
</zip:write>
Parents: zip:archive
<zip:write /> writes content to an entry within an archive.
If the entry does not exist within the archive, it will implicitly be created. Otherwise, the existing entry is overwritten.
<zip:write /> is the complement of the <zip:read /> operation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| filename | string | Filename | zip:write |