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.
 
Back
Top