Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
Looks like no built-in Library/API in C# to unzip a zip file. I am looking for a free (better open source) library/API which could work with .Net 3.5 + VSTS 2010 + C# to unzip a zip file and extract all files into a specific folder.

Any recommended library/API or samples?
Posted

One way I know is using 7zip, which is Open Source and supports many compression formats including ZIP.

See:
http://en.wikipedia.org/wiki/7zip[^],
http://www.7-zip.org/[^].

You need a .NET wrapper to use it with C#. There is one called SevenZipSharp. You can find it here: http://sevenzipsharp.codeplex.com/[^].

Good luck,
—SA
 
Share this answer
 
u can user SharpLipZib but in wp7 have something wrong
 
Share this answer
 
Comments
Deepakviiv 26-Aug-11 23:31pm    
Thien La Duc
Ya I have used SharpLipZib and as u said in wp7 it wont work...
Any other solution please,
with an example will do good for me
Thank u

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