System::IO::File::CreateText method
File::CreateText method
Crea un nuovo file o apre quello esistente per scrivere testo codificato UTF-8.
static StreamWriterPtr System::IO::File::CreateText(const String &path)
| Parametro | Tipo | Descrizione |
|---|---|---|
| percorso | const String& | Il percorso del file da creare o aprire |
ReturnValue
Un puntatore condiviso all’oggetto StreamWriter associato al file specificato
Vedi anche
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++