Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

Can someone share the code to unzip file using C#.net. While unzip, it should maintain the same folder format.

Regards,
Sajith
Posted
Updated 5-Sep-11 18:45pm
v2

 
Share this answer
 
Use SharpZipLib[^]. It's open source, but with a licence exception so you can use it in 'real software', it's fully managed, and it works. I believe the download includes documentation, or if not I'm sure Google will help you out.
 
Share this answer
 
Please go through this article it might help you out

http://msdn.microsoft.com/hi-in/magazine/cc164129(en-us).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900