module Fdfinder
This is a simple example which uses rubyzip to recursively generate a zip file from the contents of a specified directory. The directory itself is not included in the archive, rather just its contents.
Usage:
directoryToZip = "/tmp/input" outputFile = "/tmp/out.zip" zf = ZipFileGenerator.new(directoryToZip, outputFile) zf.write()
Constants
- VERSION