cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Native api for compressed zip files?
Native api for compressed zip files?
Mar 25, 2013 at 1:09pm UTC
geran6
(20)
Windows supports viewing and extracting zip files right inside explorer so is there an Windows api I can use to create and extract zip files?
Mar 25, 2013 at 2:02pm UTC
modoran
(2077)
There is no documented way to extract zip files natively on windows, use a 3rd party library.
This is a very small and powerful library I use everytime:
http://www.codeproject.com/Articles/7530/Zip-Utils-clean-elegant-simple-C-Win32
If you still insist to use the shell, read here:
http://stackoverflow.com/questions/118547/creating-a-zip-file-on-windows-xp-2003-in-c-c
Topic archived. No new replies allowed.