System::IO::File::CreateText método
File::CreateText method
Crea un archivo nuevo o abre uno existente para escribir texto codificado en UTF-8.
static StreamWriterPtr System::IO::File::CreateText(const String &path)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ruta | const String& | La ruta del archivo para crear o abrir |
ReturnValue
Un puntero compartido al objeto StreamWriter asociado con el archivo especificado
Ver también
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++