Strip path: how to get a directory from a file path variable in JMP script
I would like to get the directory from a file path variable in my JMP script.I'm opening a data file and want to save the analysis results in the same folder that the file is in. I've found a clunky solution, but was hoping there was a more elegant solution for this. Here's my current code: // Choose the directory that has the test data. EMfile = Pick File("Select the file containing the EM summ...