System::IO::File::AppendText metodo
File::AppendText method
Crea un oggetto StreamWriter che aggiunge testo al file specificato usando la codifica UTF-8. Se il file specificato non esiste, viene creato.
static StreamWriterPtr System::IO::File::AppendText(const String &path)
| Parametro | Tipo | Descrizione |
|---|---|---|
| percorso | const String& | Il percorso del file da aprire o creare |
ReturnValue
Un puntatore condiviso all’oggetto StreamWriter creato associato al file specificato
Vedi anche
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++