PathUtil::IsRoot Method (String^)

Visual Studio 2015
 

Determines whether the given path represents a root directory.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static bool IsRoot(
	String^ path
)

Parameters

path
Type: System::String^

First path to compare

Return Value

Type: System::Boolean

True if path is a root, false if it is not.

Return to top
Show: