How can I extract a ZIP file using C#?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
I recommend using the #ziplib library : http://www.icsharpcode.net/opensource/sharpziplib/
Its free and open source.
DotNetZip:
have fun
in .NET Framework 4.5 and newer