2

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?

Tyler
  • 1,019
  • 12
  • 27

2 Answers2

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
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