2011年10月12日

c#实现文件打包的函数

摘要: 刚刚进入博客园,先向大家问声好!!!呵呵分享一段平时用到的文件打包的代码 //patch文件/文件夹 路径,rarPatch rar存储路径,rarName保存的文件夹名称public void RARsave(string patch, string rarPatch, string rarName) { String the_rar; RegistryKey the_Reg; Object the_Obj; String the_Info; ProcessStartInfo the_StartInfo; Process the_Process; try { the_R... 阅读全文

posted @ 2011-10-12 14:51 牛-_-蜗 阅读(662) 评论(0) 推荐(0)

导航