给大家介绍几个.NET中Path类的几个方法:1. Path.combine(string,string) 根据给出的两个路径,返回一个路径. 例如: stringCompletePath=System.IO.Path.Combine(@"c:\MyApp",@"Images\skyline.jpg"); 将会返回一个全路径c:\MyApp\Images\skyline.jpg &...
http://www.jb51.net//article/1231.htm
