unzip
Managed C++/CLI
3
Posts
3
Posters
9
Views
1
Watching
-
The same way you do it in regular C++, find or write a ZIP unpacking library and use it. Not much of an answer but its the truth :) There are various ZIP libraries out there; one is available at icsharpcode.net[^] according to the site it is GPL'd but the site also says at the bottom that you can use it in a closed-source app. James "Java is free - and worth every penny." - Christian Graus
-
James' solution is of course the correct way, but if you (like me :-O ) are lazy, you can instead just download Info-Zip and spawn it to do your bidding. Less flexible, and not completely .NET of course, but still a useful technique if your needs are modest...
---
Shog9 If I could sleep forever, I could forget about everything...