M
Marco Alting
Hi
I'm trying to copy a file from a source to a destination, but whatever I
try, I get error 52 bad filename or Number. I use Filecopy and a generated
string as destination, here's an example:
Source = "D:\Projecten\Shell\SPDC\EDMS\test.txt"
Destination = "D:\Projecten\Shell\SPDC\EDMS\test\DEE\DMP\CodeB\test.txt"
FileCopy SourceFile, DestinationFile
Can anyone tell me what I'm doing wrong here?
Thanks
I'm trying to copy a file from a source to a destination, but whatever I
try, I get error 52 bad filename or Number. I use Filecopy and a generated
string as destination, here's an example:
Source = "D:\Projecten\Shell\SPDC\EDMS\test.txt"
Destination = "D:\Projecten\Shell\SPDC\EDMS\test\DEE\DMP\CodeB\test.txt"
FileCopy SourceFile, DestinationFile
Can anyone tell me what I'm doing wrong here?
Thanks