asp.net中调用winrar实现压缩解压缩的代码

2019-05-12 07:02:45于丽

}

public static void UnRar(string s, string d)
{
ExeCommand(System.Web.HttpContext.Current.Server.MapPath("~/rar.exe") + " x "" + s + "" "" + d + "" -o+");
}

}
}