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, "")
My Bookshelf
Technology Towards Microsoft Headlines
Friday, September 12, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment