ZipFile
.NET 4.5及以后版本自带的压缩
添加引用
1 | System.IO.Compression |
压缩
1 | string startPath = @"D:\Project\1734686502101"; |
ICSharpCode.SharpZipLib
添加依赖
1 | Install-Package ICSharpCode.SharpZipLib.dll -Version 0.85.4.369 |
工具类
1 | using System; |
调用
1 | ZZip.ZipFile(path, zipPath); |