System::IO::Path::IsPathRooted メソッド
Path::IsPathRooted method
指定されたパスにルートが含まれているかどうかを判定します。
static bool System::IO::Path::IsPathRooted(const String &path)
| パラメーター | 型 | 説明 |
|---|---|---|
| パス | const String& | チェックするパス |
ReturnValue
path にルートが含まれている場合は true、そうでなければ false
参照
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++