Personnally, inside a loop on a query, I tend to always specify the query name when using a column. There are many cases where the current row is not correctly set by the loop.
So I would try this : <cffile action="move" source="e:\renamedatafile\#getfiles.name#" destination="e:\renamedatafile\done\#getfiles.name#" nameconflict="overwrite" > Or even better: <cfloop query="getfiles"> <cfset currentFile = getfiles.name> then use currentFile instead of "name" in the rest of the loop. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238875 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

