I have zip file and I want to know which library can handle it? Is there built-in method in the.netframework can unzip zip file?
SharpZipLib is a good choice to use with ZIP files in .NET.
See https://github.com/icsharpcode/SharpZipLib or http://icsharpcode.github.io/SharpZipLib/ for more information.
You can use the System.IO.Compression.DeflateStream class to unzip your file. There's an example there, too.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With