View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andibevan[_4_] Andibevan[_4_] is offline
external usenet poster
 
Posts: 103
Default Filecopy - Do you need to specify Destination Filename?

Hi All,

When using the method to copy files I get an error "Path Not Found"

Filecopy "C:\Temp\t1\New Text Document.txt", "C:\Temp\"

Do you have to specify the name of the destination file when copying
individual files or can I use just the path?

Ta

Andi