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
Printable View
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
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....