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).
- Host: GitHub
- URL: https://github.com/zddhub/zipunziptool
- Owner: zddhub
- License: mit
- Created: 2014-07-20T10:28:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T14:00:42.000Z (almost 12 years ago)
- Last Synced: 2025-04-06T23:09:56.886Z (about 1 year ago)
- Language: C++
- Size: 223 KB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).