.Net Zip Up files

后端 未结 6 1316
不思量自难忘°
不思量自难忘° 2020-12-06 02:38

Whats the best way to zip up files using C#? Ideally I want to be able to seperate files into a single archive.

6条回答
  •  Happy的楠姐
    2020-12-06 02:43

    Have you looked at SharpZipLib?

    I believe you can build zip files with classes in the System.IO.Packaging namespace - but every time I've tried to look into it, I've found it rather confusing...

提交回复
热议问题