PathUtil.IsReparsePoint(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the given path is a Junction.
public:
static bool IsReparsePoint(System::String ^ path);
public:
static bool IsReparsePoint(Platform::String ^ path);
static bool IsReparsePoint(std::wstring const & path);
public static bool IsReparsePoint (string path);
static member IsReparsePoint : string -> bool
Public Function IsReparsePoint (path As String) As Boolean
Parameters
- path
- String
Path to a directory
Returns
True if path
is a Junction, false otherwise.