appendFile

adds data at the end of a file

Syntax

appendFile(filepath, contents)

Returns

returns (bool) true on success

Parameters

filepath (string)
path to existing file
contents (string)
raw data to store