An open API service indexing awesome lists of open source software.

https://github.com/zddhub/zipunziptool

This is a zip/unzip tool supported by Karchive (Qt version).
https://github.com/zddhub/zipunziptool

Last synced: 11 months ago
JSON representation

This is a zip/unzip tool supported by Karchive (Qt version).

Awesome Lists containing this project

README

          

Zip / Unzip tool
================

This is a zip/unzip tool supported by [Karchive](https://projects.kde.org/projects/frameworks/karchive).

Usage
=====

```cpp

ZipUnzip tool;
tool.unzip("zddhub.zip", "zddhub/");
tool.zip("zddhub/", "zddhub.zip");
```

Contact me
==========

If you have any question or idea, please [email to me](mailto:zddhub@gmail.com).