ReparsePointAware.MoveFile(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移動指定的檔案至新的位置,提供指定新檔名的選項。 如果檔案的正式路徑包含 Windows Reparse Points,則會擲回 UnauthorizedAccessException。
public static void MoveFile (string sourceFileName, string destFileName);
static member MoveFile : string * string -> unit
Public Shared Sub MoveFile (sourceFileName As String, destFileName As String)
參數
- sourceFileName
- String
要移動之檔案的完整路徑。
- destFileName
- String
要移動檔案之新位置的完整路徑。
例外狀況
路徑包含 Windows Reparse Points,否則無法存取。