$appendFile
$appendFile
will add given text to a specific file.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
path | string | File location. | true |
content | string, number | Content to append to the file | true |
encode? | string | Encode type 1. utf8 (default) | false |
Example(s)
This will add a comment to your main file: