appendfile
Appends data to the end of the file at the specified path, creating the file if it doesn't already exist.
Parameters
path
- Path to the file.contents
- The content to append.
Example
Last updated
Appends data to the end of the file at the specified path, creating the file if it doesn't already exist.
path
- Path to the file.
contents
- The content to append.
Last updated