다음을 통해 공유


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

핸들을 확인할 예상 경로입니다.

반환

핸들의 경로가 전달된 경로와 일치하는지 여부입니다.

적용 대상