摘要: string path = "C:\\dir1\\dir2\\foo.txt"; string str = "GetFullPath:" + Path.GetFullPath(path) + "\r\n"; str += "GetDirectoryName:" + Path.GetDirectoryName(path) + "\r\n"; str += "GetFileName:" ... 阅读全文
posted @ 2016-11-24 11:43 Jack He 阅读(1949) 评论(0) 推荐(0) 编辑