LibZip Vs miniZip - Best way to handle .zip Files #482
Replies: 2 comments 5 replies
-
This is just my opinion having had the same question and opted for libzip: Make your decision based on whether you want your users to have to download minizip from an external source: I chose libzip because it is available as a functioning library on my debian system, and I prefer that over having to clone directly from an upstream repository. That said, the libzip documentation is ... lacking, to say the least. You'll need examples and some trial & error. |
Beta Was this translation helpful? Give feedback.
-
thumbsup
You might be forgetting that some parameters are initialized by reference :). But admitted, this comment of mine was maybe poorly phrased regarding the workflow that initially confused me. I have just written down a lot of ideas for documentation improvement, and since it became much more text than I had initially planned, I will move this to a new discussion thread so as not to flood this one: #492 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Developers,
As the Title suggests, what is the best way to deal with .zip files. I mean to create, delete, display, and do other possible operations. I want write to write a program that uses either of the libraries or any new library to achieve the said operations.
If there are newer ways to handle .zip files, share it here..
Beta Was this translation helpful? Give feedback.
All reactions