阅读量:0
在C#中,可以使用Path类的GetFullPath方法将相对路径转化为绝对路径。例如:
string relativePath = "myFolder/myFile.txt"; string absolutePath = Path.GetFullPath(relativePath); Console.WriteLine(absolutePath);
这样就会将相对路径"myFolder/myFile.txt"转化为绝对路径,并输出到控制台上。
在C#中,可以使用Path类的GetFullPath方法将相对路径转化为绝对路径。例如:
string relativePath = "myFolder/myFile.txt"; string absolutePath = Path.GetFullPath(relativePath); Console.WriteLine(absolutePath);
这样就会将相对路径"myFolder/myFile.txt"转化为绝对路径,并输出到控制台上。
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!