Appends content to an existing file
fileWriteLine(file, data)
→ returns void
myfile = fileOpen("c:\temp\test1.txt", "write");
fileWriteLine(myfile,"This line is new.");
fileClose(myfile);
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.