Notifications
Clear all

[Closed] why this won't work?

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

try

copyFile "C:\	emp\\FumeSScale\\icons\\Fumescale_16i.bmp" "I:\\Fumescale_16i.bmp"
1 Reply
(@ravihara)
Joined: 11 months ago

Posts: 0

thanks a lot bro!