ReparsePointAware.DeleteFile(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除指定的檔案。 如果檔案標準路徑包含 Windows Reparse Points,則會擲回 UnauthorizedAccessException,而且不會刪除任何專案。
public static void DeleteFile (string path);
static member DeleteFile : string -> unit
Public Shared Sub DeleteFile (path As String)
參數
- path
- String
要刪除之檔案的路徑。
例外狀況
路徑包含 Windows 重新分析點,否則無法存取。