Notifications
Clear all
[Closed] why this won't work?
May 26, 2014 3:11 pm
Im using this command to copy a file…
filecopy= copyFile “C:\ emp\FumeSScale\icons\Fumescale_16i.bmp” “I:\”
filecopysuccess = filecopy as string
messagebox filecopysuccess
it always return false. any clue why copyFile command is not working?
2 Replies
May 26, 2014 3:11 pm
try
copyFile "C:\ emp\\FumeSScale\\icons\\Fumescale_16i.bmp" "I:\\Fumescale_16i.bmp"
1 Reply