Hi
I have written this
It gives error "Path not found"
Thanks
I have written this
Code:
sfile = \\PC\e:\folder\data\source.mdf
tfile = \\PC\e:\folder\data\target.mdf
If fso.FileExists(tfile) Then
Else
fso.CopyFile sfile, tfile, True
End If
Thanks