enhancement
New function that can unpack an (uploaded) ZIP file and make the contained files available for further processing.
Use
$binary.unzip()
Returns a list of JSON objects with the fields
- data
- name
- comment
- compressedSize
- crc
- extra
- creationTime
- lastAccessTime
- lastModifiedTime
- method
- size
test
- /com.top_logic.demo/src/test/java/test/com/top_logic/demo/scripted/tlscript/TestUnzip.script.xml