Re: Move contents of a folder to a new location

2009-09-10 Thread Damo Drumm
Hi Rick Thats what the code is doing already, i want it to move the contents but leaving the actual folder behind, sorry i might not have explained this properly in the last comment On Wed, Sep 9, 2009 at 10:31 AM, Damo Drummdamien.dr...@quinn-group. com wrote: I’m trying to move the

RE: Move contents of a folder to a new location

2009-09-10 Thread Will Swain
Read the contents of the folder using cfdirectory, then loop over this (it's a query) and use cffile to move each individual file. Cheers Will -Original Message- From: Damo Drumm [mailto:damien.dr...@quinn-group.com] Sent: 10 September 2009 09:00 To: cf-talk Subject: Re: Move

Re: Move contents of a folder to a new location

2009-09-09 Thread Rick Root
On Wed, Sep 9, 2009 at 10:31 AM, Damo Drummdamien.dr...@quinn-group.com wrote: 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