I'm trying not to read the entire file into memory.
<cfloop index="line" file"file.txt" from="0" to="1">
#i#<br>
</cfloop>
This doesn't seem to work.
I'm trying not to read the entire file into memory.
<cfloop index="line" file"file.txt" from="0" to="1">
#i#<br>
</cfloop>
This doesn't seem to work.