Sam Farmer head shot

Sam Farmer

Growing up I never imagined I would play bass guitar for the Dave Matthews Band. And indeed it never happened.

But I have become a passionate and pretty good web developer.


10 Little Ones: Write and Append Enhancements for cffile (#3)

An enhancement in ColdFusion 10 to cffile makes it very easy to write or append content to a file on physical disk, Amazon S3 or RAM disk.

In the following example a new file will be created:

view plain print about
1<cffile action="append" file="#expandPath("test.txt")#">
2Here is my file content
3With several lines
4That go on
5</cffile>

In this example the content is appended to the file:

view plain print about
1<cffile action="append" file="ram://test.txt">
2And now
3appending a couple lines
4</cffile>

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
BlogCFC was created by Raymond Camden. This blog is running version 5.9.7. Contact Blog Owner