System::IO::File::OpenText 메서드
File::OpenText method
지정된 기존 파일을 UTF-8 인코딩을 사용하여 텍스트를 읽기 위해 공유 없이 엽니다.
static StreamReaderPtr System::IO::File::OpenText(const String &path, const EncodingPtr &encoding=Text::Encoding::get_UTF8Unmarked())
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 경로 | const String& | 열 파일의 경로 |
| encoding | const EncodingPtr& | 사용할 문자 인코딩 |
ReturnValue
열린 파일과 연결된 StreamWriter 객체에 대한 공유 포인터
또 보기
- Typedef StreamReaderPtr
- Class String
- Typedef EncodingPtr
- Class File
- Namespace System::IO
- Library Aspose.Page for C++