I guess you haven't tried C:\myfile.txt, you tried something like c:\test.txt or c:\name.txt that's why you came across this issue. Please use double backslashes in scripts instead of single backslashes. For more info please read "Special ASCII characters" topic on the on-line help Please read : If you run the JAL Method FileOpen and specify a file name that starts with a : lower case letter : (eg: C:\myfile.txt) : you get a file not found error on that line (even if the file exists!) : But if you specify the file name C:\Myfile.txt it works fine! : If this a bug or are you trying to make sure our file names are grammatically : correct? : I"m not worried about a fix as it can be easily remidied.
|