UNZIP file using c# code.

  • Thread starter Thread starter jyoti.khera
  • Start date Start date
J

jyoti.khera

Hi,
Can anyone tell me if there is any inbuilt utility in windows shell API
with the help of which we can Unzip the files.

Regards
Jyoti
 
Lau said:
[Quote from Siva M]
You might want to take a look at SharpZipLib however
(http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx).

Hi,
Can anyone tell me if there is any inbuilt utility in windows shell API
with the help of which we can Unzip the files.
[/QUOTE]

You would think there would be some inbuilt ability to handle zip files:
Windows XP does it just fine, without seeming to use any third party code. It
is odd that MS would not expose those APIs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top