You were not lucky because you hit the "Special ASCII character" case for \t. Change your code to FileCopy(c:\\temp\\test.txt, c:\\testing\\test.txt) In FileCopy the second parameter is not a directory name it is the destination file name. However, in FileCopyEx it the directory name and the first parameter can inclde file mask. Good luck : I'm just learning the JAL language but I can't get even the simplest command : to work. I'm tyring to copy a file. Here's my statement. : FileCopy(c:\\temp\test.txt, c:\testing) : The error keeps saying access denied. I have admin rights to this shared : folder, plus its local. : Also, what is the copy directory command? : Thanks, : Jason
|