I have a cfml page that generates cfml templates to the screen- a handy way
to create files the client wants.  I want to save this cfml text as a
filename.cfm document instead of displaying to the screen, but I can't
remember how to do this.  Last time I did this was in like 1998 or so.

Before you do the:
<cffile 
   action = "write" 
   file = "full_path_name"
   output = "#content#"
   mode = "permission"
   addNewLine = "Yes" or "No"
   attributes = "file_attributes_list"
   charset = "charset_option" >

When creating a text variable that includes coldfusion tags, isn't there
some kind of easy formatting function that will allow you to do this?  I
thought there was a workaround with HTMLEditFormat.  Can anyone point me in
the right direction?  I can't find anything online.

Thanks,

Don

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198962
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to