PathUtil::ContainsReparsePoint Method (String^, String^)

Visual Studio 2015
 

Determines whether any level in the given path is a Junction, up to <pathRoot. pathRoot itself will not be included in the determination.

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

public:
static bool ContainsReparsePoint(
	String^ path,
	String^ pathRoot = null
)

Parameters

path
Type: System::String^

Path to a directory

pathRoot
Type: System::String^

Path to a parent directory of path.

Return Value

Type: System::Boolean

True if any directory between path and pathRoot is a Junction, false otherwise.

Return to top
Show: