Appends the specified text to the file object.
FileWriteLine(fileobj, text) |
FileCopy, FileDelete, FileExists, FileMove, FileWrite, cffile
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
text |
Content to add to the file object. |
fileobj |
The file object to which to write the line. |
<h3>FileWriteLine Example</h3>
|
Sign in to your account