-
Importing Problem with expressions.
I got a real strange problem.
Operating System Windows 10
I am able to import text files that have a .prn ending but I am unable to import the same text file when it has an .txt ending
Any suggestions? Is this a bug for Windows 10
The source.txt were created with notepad
DOES NOT WORK
try{
$.evalFile(C:\Users\George\Desktop\<b>source.txt</b>);
teamHome;
}catch(err){
"MISSING";
}WORKS
try{
$.evalFile(C:\Users\George\Desktop\<b>Data.prn</b>);
teamHome;
}catch(err){
"MISSING";
}