摘要: public class FileUtil { /// <summary>压缩文件,打包 /// /// </summary> /// <param name="strTargetFilePath">压缩包存放地完整路径</param> /// <param name="strLocalPath">源路径</param> public static bool Zip(string strTargetFilePath, string strLocalPath) { bool isZip 阅读全文
posted @ 2012-11-02 17:01 巴别塔 阅读(823) 评论(0) 推荐(0) 编辑