ZipFile Init time?

Looking at the Zip file, code, it appears that reading the header and getting a list of entries is a trivial operation. Is that true? I’d like to get a zip file and display the entries as if it’s a folder, but the file could be very big.

Bruce

Yeah, I think it just seeks to the end and reads the contents list from there. Should be a very fast thing to do.