From: "M. Edward (Ed) Borasky" Date: 2007-10-30T15:09:21+09:00 Subject: Re: Zip an existing directory? Peter Marks wrote: > M. Edward (Ed) Borasky wrote: >> $ cd /Users/petermarks/Desktop/orbus/public/1/daily/ >> $ zip -r archive.zip 2007-10-29 >> >> There's another way, but I don't remember what it is. > > I think I'll digg up that other way in order to write this into a ruby > function. Thanks again for you guidance Ed. :) Isn't there a Ruby library that does this without calling the command-line function?