On 2/27/07, Nick G <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion Charlie, I'll certainly use that. I also would like > to know which tags/functions in CF one would use to accomplish this.
Look into the syntax for CFDIRECTORY. It will give you the list of files. Then CFLOOP over it and use CFFILE to read each file into memory and then CFFILE to save it back. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2596 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
