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.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- path
-
Type:
System::String^
Path to a directory
- pathRoot
-
Type:
System::String^
Path to a parent directory of path.
Return Value
Type: System::BooleanTrue if any directory between path and pathRoot is a Junction, false otherwise.
Show: