System::IO::Path::IsPathRooted method

Path::IsPathRooted method

Determines if the specified path contains a root.

static bool System::IO::Path::IsPathRooted(const String &path)
ParameterTypeDescription
pathconst String&A path to check

ReturnValue

True if path contains a root, otherwise - false

See Also