[WebMethod]
public string ShowWebServicePhysicalPath()
{
string strpath=System.Web.HttpContext.Current.Request.PhysicalPath;
return strpath.Substring(0,strpath.LastIndexOf(@"\"));
}
相关文章:
[WebMethod]
public string ShowWebServicePhysicalPath()
{
string strpath=System.Web.HttpContext.Current.Request.PhysicalPath;
return strpath.Substring(0,strpath.LastIndexOf(@"\"));
}
相关文章: