摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Net;using System.Windows.Forms; namespace RecoverData{ pu 阅读全文
posted @ 2011-09-13 10:14 无恨星晨 阅读(347) 评论(0) 推荐(0)
摘要: 需要引用 using ICSharpCode.SharpZipLib.Zip; 调用:CreateZipFile("文件路径","压缩路径") private static void CreateZipFile(string filesPath, string zipFilePath) { if ( 阅读全文
posted @ 2011-09-13 09:37 无恨星晨 阅读(752) 评论(0) 推荐(0)