FileAppend
Appends new contents to a file starting at the last character in the file
Method Signature
Arguments
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
Examples
Related
Last updated