摘要: 利用ICSharpCode.SharpZipLib.dll 压缩文件夹View Code 1 private void zip(string strFile, ZipOutputStream s, string staticFile) 2 { 3 if (strFile[strFile.Length - 1] != Path.DirectorySeparatorChar) 4 { 5 strFile = strFile + Path.DirectorySeparatorChar; 6 ... 阅读全文
posted @ 2012-08-02 14:09 yang-jian 阅读(251) 评论(0) 推荐(0) 编辑