Lucee Function Reference
fileappend()
appends the entire content to the specified file.
Example
fileappend(string file,any data,[string charset]):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
file | string | Yes | file path |
data | any | Yes | data to append to the file |
charset | string | No | The character encoding in which the file contents is encoded. |