> the bottom. Can I make the most recent at the top?

<cffile action="READ" file="#expandpath('myLog..log')#" variable="logfile">
<cfset logfile = "This is my new line" & chr(13) & chr(10) & logfile>
<cffile action="WRITE" file="#expandpath('myLog..log')#" output="#logfile#"
addnewline="No">


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to