From: Thiago Jackiw Date: 2006-07-20T13:35:25+09:00 Subject: Re: Looking for a Ruby library to untar a file. Wayne, I don't think you need a library just to untar the a file, you can simply run `tar xzvf FILE` inside your ruby app and that should do it. Thiago On 7/19/06, shalofin@gmail.com wrote: > Does anyone know of a library to untar a file? I use Zlib to gunzip, > but can't find any file to untar the resulting data. Unfortunately I > can't get to www.ruby-lang.org right now (local network problem). > > Thanks for any help, > > Wayne > > >