ReparsePointAware.RequireNoReparsePoints(String, Boolean) 方法

定义

如果规范路径与 expectedPath 不同,则引发 UnauthorizedAccessException。

public static void RequireNoReparsePoints (string expectedPath, bool asDirectory);
static member RequireNoReparsePoints : string * bool -> unit
Public Shared Sub RequireNoReparsePoints (expectedPath As String, asDirectory As Boolean)

参数

expectedPath
String

检查 expectedPath 是否不是重分析点。

asDirectory
Boolean

指定验证目录与文件检查。

例外

给定的 FileStream 规范路径与 expectedPath 不同。

适用于