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