System::IO::File::OpenRead メソッド
File::OpenRead method
読み取り専用で、‘Open’ モードかつ読み取りの共有アクセスで指定されたファイルを開きます。
static FileStreamPtr System::IO::File::OpenRead(const String &path)
| パラメーター | 型 | 説明 |
|---|---|---|
| パス | const String& | 開くファイルのパス |
ReturnValue
開かれたファイルに関連付けられた FileStream オブジェクト
参照
- Typedef FileStreamPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++