You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

append_content()

Usage

append_content(file, content[, encoding = "UTF-8"])

Description
Appends the given content to the given file.

Note
The encoding parameter is used when writing the data to the file. The default (UTF-8) rarely needs to be changed but can be very useful when working with binary strings.

Example

append_content(first(find('File', 'name', 'test.txt')), '\nAdditional Content')

Search results for "append_content()"

append_content()

Appends the given content to the given file.

append_content(file, content[, encoding = "UTF-8"])