System::IO::Path::GetFullPath 方法
Path::GetFullPath method
将指定路径转换为绝对路径。
static String System::IO::Path::GetFullPath(const String &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const String& | 要转换的路径 |
ReturnValue
引用与 path 相同实体(该实体不必存在)的绝对路径
另见
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Font for C++