Is it possible to create a ZIP archive using IO::Compress::Zip without retaining the full paths of the incoming files?
For example – if I add /tmp/foo/file.pdf to a zip file, I want the /tmp/foo path dropped when it is added to the archive. Is this possible? Is there another module that can do this?
See the
FilterNameoption in the documentation for IO::Compress::Zip