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)
ParametroTipoDescrizione
percorsoconst String&Il percorso del file da creare o aprire

ReturnValue

Un puntatore condiviso all’oggetto StreamWriter associato al file specificato

Vedi anche