ReparsePointAware.PinAndRequireNoReparsePoints(String, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 파일 또는 디렉터리에 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 재분석 지점이 포함되어 있거나 액세스할 수 없습니다.