System::IO::File::AppendText méthode
File::AppendText method
Crée un objet StreamWriter qui ajoute du texte au fichier spécifié en utilisant l’encodage UTF-8. Si le fichier spécifié n’existe pas, il est créé.
static StreamWriterPtr System::IO::File::AppendText(const String &path)
| Paramètre | Type | Description |
|---|---|---|
| chemin | const String& | Le chemin du fichier à ouvrir ou créer |
ReturnValue
Un pointeur partagé vers l’objet StreamWriter créé associé au fichier spécifié
Voir aussi
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++