In vb6 I have the following script:
FileCopy "C:\My Documents\suppo rt.xls", "C:\Support.xls " - when I run it it returns an error - Path not found.
When I change it to
FileCopy "C:\Support.xls ", "C:\Support1.xl s"
Or any other variation of c:\....... it runs perfectly.
Is the any reasonable explination why it would not see "c:\My Documents" as a valid drive path??
Thanks.
FileCopy "C:\My Documents\suppo rt.xls", "C:\Support.xls " - when I run it it returns an error - Path not found.
When I change it to
FileCopy "C:\Support.xls ", "C:\Support1.xl s"
Or any other variation of c:\....... it runs perfectly.
Is the any reasonable explination why it would not see "c:\My Documents" as a valid drive path??
Thanks.
Comment