Skip to main content
Appends data to the end of the file at path. If the file doesn’t exist, it gets created on the spot - the same way writefile would.
path is relative to Seliware’s workspace folder.

Parameters

Returns

void

Example

Keep a rolling log without overwriting earlier lines:
Creates the file if it does not already exist.