Search for filename
Hi. Is there a way to have a script search the user's computer for a given filename and return the path? Im using a Mac and JMP14.3 atm. I'm interested in creating an add-in that calls another script on the user's computer, but I won't know where the user has stored the script. In the add-in, I'm thinking something like this: //Add-in code
path = [command or function to search for "myscript.j
...