ReparsePointAware.HasReparsePoints(SafeFileHandle, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查 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
要对其验证句柄的预期路径。
返回
句柄的路径是否与传入的路径匹配。