ReparsePointAware.RequireNoReparsePoints(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果规范路径与 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 不同。