System::IO::Path::GetExtension 方法
Path::GetExtension method
返回由指定路径引用的文件的扩展名。
static String System::IO::Path::GetExtension(const String &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const String& | 文件的路径 |
ReturnValue
文件的扩展名
另见
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Font for C++