如何使用DOTNET框架4.0解压压缩文件,而无需使用第三方的dll第三方、如何使用、压缩文件、框架

由网友(太不公平了。)分享简介:我在修复。我需要下载从网络位置,然后DECOM $ P $ zip文件PSS它在本地机器和使用这些文件。唯一的限制是,我不能使用任何第三方DLL。I'm in a fix. I need to download a zip file from network location and then decompress...

我在修复。我需要下载从网络位置,然后DECOM $ P $ zip文件PSS它在本地机器和使用这些文件。唯一的限制是,我不能使用任何第三方DLL。

I'm in a fix. I need to download a zip file from network location and then decompress it on local machine and use the files. The only constraint is that I cannot use any third party dll.

推荐答案

在.NET框架4.5现在有 System.IO.Com pression.ZipFile.ExtractToDirectory(字符串,字符串)方法。

In .NET framework 4.5 now there is System.IO.Compression.ZipFile.ExtractToDirectory(String, String) method.

阅读全文

相关推荐

最新文章