通过SharpZipLib实现文件夹压缩以及解压
程序员文章站
2022-06-09 13:46:50
代码说明 1. 基于SharpZipLib实现Zip压缩解压,扩展实现文件夹级别压缩解压; 2. 项目源码: "MasterChief.DotNet.Infrastructure.Zip" 3. Install Package MasterChief.DotNet.Infrastructure.Zi ......
代码说明
- 基于sharpziplib实现zip压缩解压,扩展实现文件夹级别压缩解压;
- 项目源码:masterchief.dotnet.infrastructure.zip
- install-package masterchief.dotnet.infrastructure.zip
- 欢迎star,欢迎pr;
-
如何使用
//压缩 ziphelper.compress(@"c:\迅雷下载", @"c:\迅雷下载.zip"); //解压 ziphelper.extract(@"c:\迅雷下载.zip", @"c:\迅雷下载22");
上一篇: C#利用控件拖拽技术制作拼图游戏
下一篇: C#爬虫与反爬虫--字体加密篇