jsl - How to open the most recent file with a specific naming convention?
Hi everyone,How do I script jsl to open the newest file in a directory that contains a specific naming convention? I have the following code which will open the newest file in the directory:( OpenNewestFile = Files In Directory( "C:\users\me\MyDocuments\" ); {t,p}={0,1}; for(i=1, i <= n items(OpenNewestFile),i++, ti=Last Modification Date("C:\users\me\MyDocuments\" || OpenNewestFile ); If(ti>...