System::IO::File::CreateText 메서드
File::CreateText method
UTF-8 인코딩 텍스트를 쓰기 위해 새 파일을 생성하거나 기존 파일을 엽니다.
static StreamWriterPtr System::IO::File::CreateText(const String &path)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 경로 | const String& | 생성하거나 열 파일의 경로 |
ReturnValue
지정된 파일과 연결된 StreamWriter 객체에 대한 공유 포인터
또 보기
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++