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
핸들을 확인할 예상 경로입니다.
반환
핸들의 경로가 전달된 경로와 일치하는지 여부입니다.