调用winrar压缩解压缩文件
摘要:
public class WinRARManager { /// <summary> /// 是否安装了Winrar /// </summary> /// <returns></returns> static public bool Exists() { bool haveWinRAR = true; RegistryKey the_Reg = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WinRAR.exe 阅读全文
posted @ 2011-11-04 11:39 lijinchang 阅读(416) 评论(0) 推荐(0) 编辑