Hi 
I’m trying to move the contents of a folder once processed to a new folder, 
the only problem is, it’s moving the actual folder (testfiles) inside the 
processed folder.
Can anyone suggest how I fix this; the contents within the testfiles folder are 
text docs and pdf's


</cfloop>
<cffile action="MOVE" 
                source="c:\inetpub\wwwroot\sites\qspool\www_root\testfiles" 
                
destination="c:\inetpub\wwwroot\sites\qspool\www_root\Processed">
</cfoutput>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:326135
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