Hi,
Am using FileCopy, it works fine when copying from application folder. How can i copy file from other folder for example desktop folder or drive c?
ls_to = sle_1.text
ls_from = sle_2.text
li_FileNum = FileCopy (ls_from,ls_to,FALSE)
regards.