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

Path::GetFullPath method

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

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

ReturnValue

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

另见