Either way, you should write up all the details and some sample code and submit it to Adobe.
http://www.adobe.com/go/wish ~Brad -------- Original Message -------- Subject: Re: CFFILE move is copying From: Scott Brady <[email protected]> Date: Fri, January 15, 2010 5:18 am To: cf-talk <[email protected]> Actually, I found a way around it. I'm using the underlying Java file reader (which is what I assume <cfloop type="file"> uses) that also includes a "close()" method that fixes it. I would think <cfloop> would do that automatically once you exit the loop (whether upon the end of the file or prematurely), but maybe there are times you wouldn't want it to. Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329708 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

