Path not found error

K

Kou Vang

I keep getting the "Path Not Found" error when trying to use the FileCopy
method. Am I missing something here? Here's my code:

Option Explicit

FileCopy "N:\MDS\TFA_SECT\VC DATA FORECAST\VCC\vcloc04.dgn",
"c:\temp\traf_mapper\"
 
H

Helmut Weber

Hi
destination file name is missing, I'd say,

not
FileCopy "N:\MDS\TFA_SECT\VC DATA FORECAST\VCC\vcloc04.dgn",
"c:\temp\traf_mapper\"
but
FileCopy "N:\MDS\TFA_SECT\VC DATA FORECAST\VCC\vcloc04.dgn",
"c:\temp\traf_mapper\vcloc04.dgn"

Greetings from Bavaria, Germany

Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
 
S

supriya.p

hiiiiiiiii


Hi
destination file name is missing, I'd say,

not
but
FileCopy "N:\MDS\TFA_SECT\VC DATA FORECAST\VCC\vcloc04.dgn",
"c:\temp\traf_mapper\vcloc04.dgn"

Greetings from Bavaria, Germany

Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top