次の方法で共有


PathUtil.IsReparsePoint(String) Method

Definition

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 pathis a Junction, false otherwise.

Applies to