Quote:
|
Originally Posted by harjit
I tried using this line fso.copyfile source, destination its suppose to be correct but it keeps giving me an error.Is it suppose to look like this
fso.copyfile "C:/harj" , "C:/harj/harj_copy"
OR
source = "C:/harj"
destination = "C:/harj/harj_copy"
fso.copyfile source, destination
Where exactly do I put these lines in my code?Please guide me as Im new to VB.Thank u so much in advance. 
|
There's a built in function FileCopy(Source, Destination).
