摘要: /// /// 解压功能(解压压缩文件到指定目录) /// public static string Unzip(string srcFile, string destDir) //srcFile是指要解压的文件名,destDir是指目标目录. { if (!File.Exists(srcFile)) ... 阅读全文
posted @ 2009-03-19 20:29 xjy 阅读(376) 评论(0) 推荐(0) 编辑