人是有惰性的

想到哪儿写到哪儿

2007年7月25日

获取 当前运行程序路径 AppDomain.CurrentDomain.BaseDirectory

摘要: 如题 阅读全文

posted @ 2007-07-25 11:13 guanfei 阅读(1950) 评论(0) 推荐(0)
Path.Combine (合并两个路径字符串)方法的一些使用细节

摘要: 转 http://blog.joycode.com/ghj/archive/2006/08/07/79611.aspx System.IO.Path.Combine 简单来说,就是合并两个路径字符串。 比如如下调用,Path.Combine(@"C:\11","aa.txt") 返回的字符串路径如后: C:\11\aa.txt 这个方法的声明如下: public static string ... 阅读全文

posted @ 2007-07-25 10:57 guanfei 阅读(309) 评论(0) 推荐(0)