다음을 통해 공유


ReparsePointAware.PinAndRequireNoReparsePoints(String, Boolean) 메서드

정의

기존 파일 또는 디렉터리에 SafeFileHandle을 열고 결과 정식 경로가 지정된 경로의 경로와 일치하는지 확인합니다. 결과 SafeFileHandle은 IDisposable이며 using 문 내에서 사용하여 후속 파일 작업이 재분석 지점 없이 경로에 쓰도록 할 수 있습니다.

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

매개 변수

expectedPath
String

고정할 예상 경로입니다.

asDirectory
Boolean

파일 또는 디렉터리 경로인지 여부입니다.

반환

지정된 파일/디렉터리에 대한 SafeFileHandle입니다.

예외

경로에 Windows 재분석 지점이 포함되어 있거나 액세스할 수 없습니다.

적용 대상