Click here to Skip to main content
15,890,741 members

Comments by Andrew Novik (Top 1 by date)

Andrew Novik 1-Feb-12 11:58am View    
Deleted
Thanks for the alternative - DotNetZip is pretty useful library, but here is example of using GZipStream which in the .Net framework, there is no extra dependencies. The compression implementation code is very short and simple. The proprietary format is easy extensible. For example you can add special information to each file or directory to compress - security attributes or generate new files during decompression.