ZipStorer 2.35

Rating:        Based on 5 ratings
Reviewed:  5 reviews
Downloads: 6598
Released: Mar 13 2010
Updated: Sep 10 2010 by jaime_olivares
Dev status: Stable

Recommended Download

Example Demo application
example, 134K, uploaded Mar 14 2010 - 3047 downloads

Other Available Downloads

Source Code Class-only source file
source code, 33K, uploaded Mar 14 2010 - 2542 downloads
Documentation Documentation
documentation, 12K, uploaded Mar 14 2010 - 1009 downloads

Release Notes

  • Improved UTF-8 Support
  • Correct writting of modification time for extracted files

Reviews for this release

     
Works perfectly. I was using the Shell32 COM component for extracting files, but came across many issues with Interop.Shell32.dll so I searched for a third party library (which I really didn't want to). Instead, I found this class only implementation to include in my project, substituted my unzip calls and it worked perfectly with all my complex tests. Thank you!
by ryanandres on Nov 11 2011 at 3:52 PM
     
This is brilliant piece of work and is very well documented.
by ukhardy on Oct 11 2010 at 11:17 AM
     
It does covers exactly what most requirements would probably cover, in a single .cs file. The code and test bench is bug free, was up and running in 5 minutes flat. Thank you for the effort Jaime.
by DaveGouws on Aug 26 2010 at 8:36 AM
     
Thanks for this! It does what I need it to do with minimal overhead. And because it's in a single .cs file, it was easy to delete the methods I wasn't using. (I made the class internal, and Code Analysis/FxCop pointed out a bunch of things I could get rid of.)
by BMenees on Apr 27 2010 at 2:57 PM
     
Works excellent! You can modify it without having to modify dll files and you can remove all useless code! Also easy to convert to VB.NET!
by famlam on Apr 6 2010 at 4:41 PM