AppendAllText()
File::AppendAllText(const String&, const String&, const EncodingPtr&) method
Appends the specified string to the specified file using the specified encoding.
static void System::IO::File::AppendAllText(const String &path, const String &contents, const EncodingPtr &encoding=Text::Encoding::get_UTF8Unmarked())
Arguments
Parameter | Type | Description |
---|---|---|
path | const String& | The path of the file to append the string to |
contents | const String& | The string to write to the file |
encoding | const EncodingPtr& | The character encoding to use |
See Also
- Typedef EncodingPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Slides