System::IO::File::AppendText metodu
File::AppendText method
UTF-8 kodlamasını kullanarak belirtilen dosyaya metin ekleyen bir StreamWriter nesnesi oluşturur. Belirtilen dosya mevcut değilse, oluşturulur.
static StreamWriterPtr System::IO::File::AppendText(const String &path)
| Parametre | Tür | Açıklama |
|---|---|---|
| yol | const String& | Açılacak veya oluşturulacak dosyanın yolu |
ReturnValue
Belirtilen dosyayla ilişkili oluşturulan StreamWriter nesnesine bir paylaşımlı işaretçi
Ayrıca Bakınız
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++