: <CFFILE ACTION="UPLOAD" FILEFIELD="#filetomove#" DESTINATION="D:\temp\"
: NAMECONFLICT="ERROR">

This action assumes that someone is uploading a file thru the web.  You want
something like:

<cffile action="copy" source="c:\source.txt" destination="d:\backup\">

You may want to check against the directory you're copying to since you
can't specify the nameconflict behavior.



  --Ben Doom
    Programmer & General Lackey
    Moonbow Software

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to