PathUtil.IsReparsePoint(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定给定路径是否为联接。
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
目录的路径
返回
如果 path 是联接,则为 True; 否则为 false。