摘要:
C#中使用7Z进行压缩解压 SevenZipSharp相关文档下载地址:http://sevenzipsharp.codeplex.com/releases/view/512541. 解决方案中添加引用:SevenZipSharp.dll2. 复制粘贴两个dll文件:7z.dll 7z64.dll, 阅读全文
posted @ 2020-12-29 16:39 sky410 阅读(1058) 评论(0) 推荐(0)
|
摘要:
C#中使用7Z进行压缩解压 SevenZipSharp相关文档下载地址:http://sevenzipsharp.codeplex.com/releases/view/512541. 解决方案中添加引用:SevenZipSharp.dll2. 复制粘贴两个dll文件:7z.dll 7z64.dll, 阅读全文
posted @ 2020-12-29 16:39 sky410 阅读(1058) 评论(0) 推荐(0)
摘要:
c# 压缩 解压 7z 利用7z.dll进行压缩和解压代码如下: using System; using SevenZip.Sdk; using SevenZip.Sdk.Compression; using SevenZip; using System.IO; namespace DCRM.Com 阅读全文
posted @ 2020-12-29 16:38 sky410 阅读(589) 评论(0) 推荐(0) |
||