PathUtil::NormalizePath Method (String^)

Visual Studio 2015
 

Returns a normalized form of the given path.

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

public:
[ExtensionAttribute]
static String^ NormalizePath(
	String^ path
)

Parameters

path
Type: System::String^

The path.

Return Value

Type: System::String^

The normalized form of the path.

Return to top
Show: