ReparsePointAware.HasReparsePoints(SafeFileHandle, String) 方法

定义

检查 SafeFileHandle 表示的文件系统对象是否具有与给定的 expectedPath 匹配的规范路径。

public static bool HasReparsePoints (Microsoft.Win32.SafeHandles.SafeFileHandle safeHandle, string expectedPath);
static member HasReparsePoints : Microsoft.Win32.SafeHandles.SafeFileHandle * string -> bool
Public Shared Function HasReparsePoints (safeHandle As SafeFileHandle, expectedPath As String) As Boolean

参数

safeHandle
SafeFileHandle

要检查的文件/目录的句柄。

expectedPath
String

要对其验证句柄的预期路径。

返回

句柄的路径是否与传入的路径匹配。

适用于