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