- zipper_open_new_file_in_zip(+Zipper, +Name, -Stream, +Options) is det
- Create a new file in a zip archive. Options provided are:
- extra(+Text)
- Additional meta-data
- comment(+Text)
- Comment for the entry.
- time(+Stamp)
- Last modified time claimed for the entry.
- method(+Method)
- One of
deflated
(default) or store
(store uncompressed)
- level(+Compression)
- Compression level (0..9, default 6).
- zip64(+Boolean)
- When
true
(default false
), allow the entry to grow above
4Gb.