Technology Towards Microsoft Headlines

Friday, September 12, 2008

Unzip files programmatically in C# & VB.NET

Unzip files programmatically in C# & VB.NET - SharpZipLib
In C#:
using ICSharpCode.SharpZipLib.Zip;
FastZip fz = new FastZip();
fz.ExtractZip(zipFile, targetDirectory,"");

In VB.NET:
Imports ICSharpCode.SharpZipLib.Zip
Dim fz As New FastZip()fz.ExtractZip(zipFile, targetDirectory, "")

No comments:

Page copy protected against web site content infringement by Copyscape

Subscribe To Get Updates Directly To Your E-Mail

Enter your email address:

Delivered by FeedBurner