08 2015 档案

摘要:string strPath = HttpContext.Current.Server.MapPath("/开放式DLL"); DirectoryInfo df = new DirectoryInfo(strPath); System.... 阅读全文
posted @ 2015-08-30 16:17 天羽星河落 阅读(257) 评论(0) 推荐(0)
摘要:1 string strPath = HttpContext.Current.Server.MapPath("/封闭式DLL");//获取链接库的虚拟路径的物理路径 2 DirectoryInfo df = new DirectoryInfo(strPath);... 阅读全文
posted @ 2015-08-04 15:11 天羽星河落 阅读(435) 评论(0) 推荐(0)