Reputation: 35
I am using Visual Studio 2010 and I want to unzip a file using .net 4.0. Is there a facility to unzip files using .net 4.0 framework? Is there any possibility to use ZipArchive with 4.0?
Upvotes: 1
Views: 192
Reputation: 62492
Take a look at SharpZipLib. I've used this on previous projects and it's an excellent library for reading zip files.
Upvotes: 3