Why not get a list of files with cfdirectory then loop over your cffile
action. I am sure there is a way to do it with cfexecute if you can pass
variables to a batch file but I have no experience doing that.

Robert Everland III
Web Developer
Dixon Ticonderoga
 

-----Original Message-----
From: Jake Hileman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 15, 2000 4:22 PM
To: [EMAIL PROTECTED]
Subject: Copying a Directory and it's files


<CFFILE ACTION="Copy"
    SOURCE="d:\apps\cgi-bin\*.*"
    DESTINATION="d:\www\#domain#\cgi-bin\">

 I'm trying to copy a directory and it's contents to another directory...
any
 ideas on how I can achieve this?

 I've tried many things with cffile and cfexecute... any help?

 jake


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to