Category: C# General

Zip and unZip files programmatically using C#

Download and reference DLL from attachments below:

using ICSharpCode.SharpZipLib.Zip;

FastZip fz = new FastZip();        
fz.ExtractZip(zipFile, targetDirectory,"");

Tags:

C#

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.