Handling Zip Files Without Third Party Lib in .NET 4.0?

后端 未结 4 1082
梦谈多话
梦谈多话 2020-12-18 18:58

There is a similar question for 3.5 here:

Is there a built-in zip library in .NET 3.5?

that speculated that 4.0 would have it, but I can\'t find any info abo

4条回答
  •  失恋的感觉
    2020-12-18 19:21

    Most easiest to deal with, is with sample code here.

    You need to add a new assembly just to find he Zip archive.

    Working with Zip files in .NET 4.5

提交回复
热议问题