Hi...
I'm trying to use filecopy but it doesn't seem to work...
Private Sub Command1_Click()
FileCopy "c:\test1\1.mdb", "c:\test2\1.mdb"
End Sub
...For some reason it only works if the file is in the root directory which seems pretty strange to me. It will not copy files in a direcory..
Thanks
I'm trying to use filecopy but it doesn't seem to work...
Private Sub Command1_Click()
FileCopy "c:\test1\1.mdb", "c:\test2\1.mdb"
End Sub
...For some reason it only works if the file is in the root directory which seems pretty strange to me. It will not copy files in a direcory..
Thanks