共用方式為


ReparsePointAware.DeleteFile(String) 方法

定義

刪除指定的檔案。 如果檔案標準路徑包含 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 重新分析點,否則無法存取。

適用於