共用方式為


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 不同。

適用於