Feedback:
Please enter any feedback you have for this article.
Screenshots:
All Articles » Unzip Using C
Articles in this category
hyve
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:
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.
Popular Articles
Related Articles