I'm working on an app that downloads zip files and stores them in IsolatedStorage and at some point will need to unzip them, but I'm not seeing any support for Zip files. Any Ideas?
Asked
Active
Viewed 4,074 times
2
-
2Duplicate: http://stackoverflow.com/questions/4007758/ziplibrary-for-windows-phone-7 – phooji Jan 21 '11 at 17:44
2 Answers
3
You can use either of the following libraries to unzip files on WP7:

Michael Pereira
- 1,263
- 1
- 17
- 28

Derek Lakin
- 16,179
- 36
- 51
-
3
-
@MickN you've got a crucial point there. That is, it's not quite suitable for commercial software. – Albus Dumbledore Dec 30 '12 at 19:12
0
You can do it natively if you know the file structure: https://stackoverflow.com/a/5794609/155892

Community
- 1
- 1

Mark Sowul
- 10,244
- 1
- 45
- 51