Script for add-in to allow user pick file in a directory
Hello JMP expert, I want to build an add-in that can ask user to put file of interest (i.e import .xlsx file into .jmp) then only the rest of script will run.I have many files in the main folder.How do i change below script to be able the user pick the directory in "C:\User\Data" folder at the first place?I've tried to use pick file & pick directory within the () but not working. may be I messed-...