How to compress files

前端 未结 10 1113
渐次进展
渐次进展 2021-02-01 06:58

I want to compress a file and a directory in C#. I found some solution in Internet but they are so complex and I couldn\'t run them in my project. Can anybody suggest me a clear

10条回答
  •  没有蜡笔的小新
    2021-02-01 07:36

    There is a built-in class in System.IO.Packaging called the ZipPackage:

    http://msdn.microsoft.com/en-us/library/system.io.packaging.zippackage(v=vs.100).aspx

提交回复
热议问题