Learning Poco: Zip files
In this tutorial, we will zip files into a single archive file by using Poco::Zip::Compress.
We do not handle directories here but you may add this functionality by referencing the previous tutorial
about listing directories recursively…