PathUtil::IsReparsePoint Method (String^)

Visual Studio 2015
 

Determines whether the given path is a Junction.

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

public:
static bool IsReparsePoint(
	String^ path
)

Parameters

path
Type: System::String^

Return Value

Type: System::Boolean

True if path is a Junction, false otherwise.

Return to top
Show: