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++