On a network of a client I want to copy files from one PC to an other.
I check if the path exist with
- Code: Select all Expand view
- IF file(vNetwerkPath+'\VLD.EXE')
It work very nice, but...
If the client first start the PC, he have to go to the explorer and select the drive before it works. Otherwise is returns False, and I can't copy the files.
The network map is configured that it automatic reconnect after startup.
Does anyone know a solution for this problem?
PS The problem is not only with my program, also other programs need first selecting the drive before it works.
Regards,
Marc