wqweto / ZipArchive

A single-class pure VB6 library for zip with ASM speed
MIT License
52 stars 22 forks source link

Get file zip from zip archive ? #22

Closed CouinCouin closed 1 year ago

CouinCouin commented 1 year ago

Hi (wqweto),

Using this model :

.OpenArchive "C:\TEMP\aaa.zip"
.Extract baOutput, "mem/report.pdf"
WriteBinaryFile "C:\TEMP\report.pdf", baOutput

Is there a way to know the size of "mem/report.pdf" before writing it in "C:\TEMP\" ?

Tried by search in the doc but "size" word appears too much times to makes searching revelant.

Thanks :)