Click to See Complete Forum and Search --> : filecopy function


February 11th, 2000, 08:29 PM
I can't get it to work withouyt a file/path error

On a click procedure I have

call filecopy("c:\test.txt","c:\windows")


it doesn not like this, what am I doing wrong

AndyK
February 11th, 2000, 09:24 PM
When you use FileCopy you need to specify FileCopy c:\test.txt","c:\windows\test.txt
Yoou need to add the name of the file at the end of destination, FileCopy can also be used to rename files, or backing them up....