Tcl Library Source Code

View Ticket
Login
Ticket UUID: c6c9a7e2350b9d29e2b1a9d481066c53fb0fdeb2
Title: zipfile decode doesn't provide an API for accessing meta data (even though it has that data)
Type: Bug Version:
Submitter: mark Created on: 2020-09-17 10:15:06
Subsystem: zip Assigned To: aku
Priority: 6 Severity: Important
Status: Closed Last Modified: 2021-03-22 13:11:10
Resolution: Fixed Closed By: aku
    Closed on: 2021-03-22 13:11:10
Description:
The dict returned by zipfile::decode::archive has the filenames and their meta data, but it seems that there is only an API for getting the filenames. I'd like to get the (uncompressed) file sizes and the per-file comments.
User Comments: aku added on 2021-03-22 13:11:10:

Done with commit [a19e288b].

Bumped to version 0.8

Thank you for the request and initial research.