Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Zipping a file or folder using zlib library
-
Hello All,
Where can I find an example of the following:
#include <QtZlib/zlib.h> to create a zip of file or folder
I have gone through the following ticket:
https://forum.qt.io/topic/74306/how-to-manage-zip-file
but it is using a wrapper can this be implemented using the zlib library.
-
@Kira said in Zipping a file or folder using zlib library:
can this be implemented using the zlib library
No since zlib is only a compression library which compresses data.
-
Examples using
-
Ok thanks !!