PathUtil.IsReparsePoint(String) 方法

定义

确定给定路径是否为联接。

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

参数

path
String

目录的路径

返回

Boolean

如果 path 是联接,则为 True; 否则为 false。

适用于