2011年4月14日
摘要: string[] getDirectoryFiles(string dirVPath, string pattern) { string dirVPathRooted = string.Concat( HttpContext.Current.Request.ApplicationPath.ToLower(), dirVPath); string dirPath = HttpContext.Current.Server.MapPath(dirVPathRooted); string[] files = Directory.GetFiles(dirPath, pattern, SearchOpti 阅读全文
posted @ 2011-04-14 17:36 鱼不爱水 阅读(818) 评论(0) 推荐(0)