Thread: FileCopy
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dana DeLouis[_5_] Dana DeLouis[_5_] is offline
external usenet poster
 
Posts: 77
Default FileCopy

Just to mention if interested. The CopyFile method has an option of
overwritting or not.

object.CopyFile source, destination[, overwrite]

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


"Donald Lloyd" wrote in message
...
Hi,

I'm looking at using the FileCopy function to copy a file(s) from one

drive
to another.
Am I right in observing that this function will overwrite a File without
warning ?

Regards,
Don