System::IO::File::AppendAllText methode
File::AppendAllText method
Voegt de opgegeven string toe aan het opgegeven bestand met de opgegeven codering.
static void System::IO::File::AppendAllText(const String &path, const String &contents, const EncodingPtr &encoding=Text::Encoding::get_UTF8Unmarked())
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | const String& | Het pad van het bestand waaraan de tekenreeks moet worden toegevoegd |
| inhoud | const String& | De tekenreeks om naar het bestand te schrijven |
| encoding | const EncodingPtr& | De te gebruiken tekenencodering |
Zie ook
- Class String
- Typedef EncodingPtr
- Class File
- Namespace System::IO
- Library Aspose.Page for C++