System::IO::Path::GetFullPath 方法

Path::GetFullPath method

将指定路径转换为绝对路径。

static String System::IO::Path::GetFullPath(const String &path)
ParameterType描述
路径const String&要转换的路径

ReturnValue

path 引用的相同实体(不必存在)的绝对路径

另见