共用方式為


ReparsePointAware.OpenRead(String) 方法

定義

開啟現有檔案來讀取。 如果檔案的正式路徑包含 Windows Reparse Points,則會擲回 UnauthorizedAccessException。

public static System.IO.FileStream OpenRead (string path);
static member OpenRead : string -> System.IO.FileStream
Public Shared Function OpenRead (path As String) As FileStream

參數

path
String

目標檔案的完整路徑。

傳回

正在開啟之檔案的檔案數據流。 呼叫端負責在作業完成時處置檔案數據流。

例外狀況

路徑包含 Windows Reparse Points,否則無法存取。

適用於