From: Timothy Goddard Date: 2007-03-24T10:10:06+09:00 Subject: Re: Getting uncompressed size of zipfile with Rubyzip On Mar 23, 9:33 pm, Stian Haklev wrote: > 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 > > -- > Posted viahttp://www.ruby-forum.com/. You could get a list of files then add up the sizes.