> Can I use cffile to append one file to another?
>
> <cffile action="append" output="File2.txt" file="File1.txt">
>
> Doesn't seem to work.  (This is assuming File2.txt is too large to store in a 
> variable.)
>
> My problem is running data through a loop to convert HTML to rtf. The process 
> times out after about 130 records, so I have to split the process into 
> multiple attempts. I'd like to then put the finished product all together 
> into one file.

I did this in DOS not too long ago - the command was:

COPY File1.txt + File2.txt + File3.txt OutputFile.txt

You should be able to do something similar using the CFExecute tag.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317317
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to