I am doing Python challenge in Ruby. I need to read the file contents and comments from a Zip file. The content is no problem with the RubyZip gem but I am unable to get the comments out. Any ideas?
|
|
You'll actually want the comments from each of the files, which I had a much harder time finding documentation on. Here's an example of how to get the comment from a file.
|
||
|
|
|
According to the documentation an instance of the RubyZip ZipFile class has a e.g.
|
|||
|
|
