System::IO::Path::IsPathRooted メソッド

Path::IsPathRooted method

指定されたパスにルートが含まれているかどうかを判定します。

static bool System::IO::Path::IsPathRooted(const String &path)
パラメーター説明
パスconst String&チェックするパス

ReturnValue

path にルートが含まれている場合は true、そうでなければ false

参照