Getting uncompressed size of zipfile with Rubyzip

This should be really easy and obvious, but I have been looking around,
at Rubyzip documentation, googling etc, and I haven’t found a very
obvious answer. All I want is to get the uncompressed size of an entire
zipfile. So far I’ve only found how to get the uncompressed size of
individual files within the zip file. I am using unzip -Z -t zipfile.zip
with some regexp, which works, but it’s not portable or nice.

Thanks a lot, and apologies if this is a really obvious question.
Stian in Jakarta

On Mar 23, 9:33 pm, Stian H. [email protected] wrote:


Posted viahttp://www.ruby-forum.com/.

You could get a list of files then add up the sizes.