archive icon indicating copy to clipboard operation
archive copied to clipboard

Archive comment not set for zip decoding

Open tmathews opened this issue 5 years ago • 1 comments

I solved it by adding the following line to the zip decodeBuffer method:

archive.comment = directory.zipFileComment;

Please add this fix in if it is deemed appropriate. Thanks.

tmathews avatar Jul 04 '19 15:07 tmathews

Each file in the archive may have a comment too.

This additional line per ArchiveFile may fix the problem:

file.comment = zfh.fileComment;

Would be great if you could add archive comments.

Breschling avatar Nov 16 '20 15:11 Breschling