How do I select files and create the pathway to it as a string?
Hi,I would like to create a function that enables me to pick multiple files, retrive the local pathway to them and then store this pathway as a string in order to import them to JMP.dtname = {};dt.file = Pick File (...);//select the dir.path = Pick Directory ("Select a directory.");for (i=1, i<= N Items(dt.file), i++,//String of my file namedtname = dt.file << Get Name ;Open (path||"\"||dtname,//...