System::IO::File::OpenRead メソッド

File::OpenRead method

読み取り専用で、‘Open’ モードかつ読み取りの共有アクセスで指定されたファイルを開きます。

static FileStreamPtr System::IO::File::OpenRead(const String &path)
パラメーター説明
パスconst String&開くファイルのパス

ReturnValue

開かれたファイルに関連付けられた FileStream オブジェクト

参照