FileAppend
Last updated
Last updated
Appends new contents to a file starting at the last character in the file
Argument | Type | Required | Description | Default |
---|---|---|---|---|
file
any
true
The file object or string file path
data
any
true
The data to append
charset
string
false
[utf-8] the default charset to open the file for writing
utf-8