You can find the CFFiddle demo of this function and other file functions as part of a project that is shared with you.
Click the button below to launch CFFiddle.
To copy the project in your workspace in CFFiddle, follow the steps below:
Reads a line from an on-disk or in-memory file.
The line of the file.
FileReadLine(fileObj) |
FileClose, FileIsEOF, FileRead, FileWrite
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
fileobj |
The file object |
The following example opens a file, reads each line, outputs each line, and then closes the file.
<h3>FileReadLIne Example</h3>
|
Sign in to your account