FileAppend()
appends the entire content to the specified file.
FileAppend( file=string, data=any, charset=string );
Returns: void
Examples
fileAppend("path/to/file", "new content to append")
See also
- File handling
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)