PathUtil::IsNormalizedPath Method (String^)

Visual Studio 2015
 

Determines whether the given path is in normalized form.

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

public:
[ExtensionAttribute]
static bool IsNormalizedPath(
	String^ path
)

Parameters

path
Type: System::String^

The path.

Return Value

Type: System::Boolean

True if the path is in normalized form, otherwise false.

Return to top
Show: