Subject: Re: creating a zip file using rubyzip
From: Brian Candler <b.candler pobox.com>
Date: Fri, 22 May 2009 04:49:57 +0900
References: 337130
In-reply-to: 337130
Raimon Fs wrote:
> puts zf.file.read(file_path)
This is asking to read a file out of the zip file - and as it says,
there is no such file, as you've only just created the empty zip file.
--
Posted via http://www.ruby-forum.com/.