Files In Directory
With JMP 17, the Files in Directory script command appears not to work if there are leading numbers, or numbers in the file name. The Watch window returns various errors unless all file names are number free.
<jsl> folderPath = "C:\Users\first.last\documents";
<jsl> fd = Files In Directory( folderPath,1,1 );
<jsl> w = Watch ( fd );
Is this fixed in a different release? Suggestions?