Sygmei / 11Zip

Dead simple zipping / unzipping C++ Lib
MIT License
92 stars 20 forks source link

ZipFolder is not working #5

Closed SurgeonsLab closed 3 years ago

SurgeonsLab commented 3 years ago

elz::zipFolder(std::string folderName, std::string zipTarget = "");

There is novoid for zipfolder

Sygmei commented 3 years ago

This function is not implemented currently, if you need it I can try to implement it

SurgeonsLab commented 3 years ago

@Sygmei Thanks for your reply.

extractZip is working perfectly. But I also need zipFolder. If you implementing it. it will be nice really. Thanks

and if you share documentation, I can also contribute on zipFolder.

Sygmei commented 3 years ago

zipFolder is now implemented : https://github.com/Sygmei/11Zip/commit/0f71541909a35a3a311e87576fea6af709e2b15b And also documented on the README.md If you have any problem with this function, feel free to comment on this issue or reopen another one :)

SurgeonsLab commented 3 years ago

Yes Working perfectly. Thanks @Sygmei