Hi, please could you tell me where i have gone wrong to get this error.
VB6 code
Dim fso As New FileSystemObjec t
Dim f As file
Set f = fso.getFile(App .Path & "\" & "\data\adodb1.m db")
FileSystemObjec t.CopyFile App.Path & "\" & "\data\adodb1.m db", App.Path & "\" & "\data\adodb2.m db"
Thank you
VB6 code
Dim fso As New FileSystemObjec t
Dim f As file
Set f = fso.getFile(App .Path & "\" & "\data\adodb1.m db")
FileSystemObjec t.CopyFile App.Path & "\" & "\data\adodb1.m db", App.Path & "\" & "\data\adodb2.m db"
Thank you
Comment