Description
Appends the specified text to the file object.
Category
Function syntax
FileWriteLine(fileobj, text) |
See also
FileCopy, FileDelete, FileExists, FileMove, FileWrite, cffile
History
ColdFusion 8: Added this function.
Parameters
Parameter |
Description |
---|---|
text |
Content to add to the file object. |
fileobj |
The file object to which to write the line. |
Example
<h3>FileWriteLine Example</h3>
|