System::IO::File::AppendText method
File::AppendText method
UTF-8 인코딩을 사용하여 지정된 파일에 텍스트를 추가하는 StreamWriter 객체를 생성합니다. 지정된 파일이 존재하지 않으면 생성됩니다.
static StreamWriterPtr System::IO::File::AppendText(const String &path)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 경로 | const String& | 열거나 생성할 파일의 경로 |
ReturnValue
지정된 파일과 연결된 생성된 StreamWriter 객체에 대한 공유 포인터
또 보기
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++