How to Record User-Selected Folder Paths for Subsequent Data Access
How can I implement saving the user-defined folder path so that the script can directly read data from this default folder path during the next run?
I want to read data from a folder, but I cannot predict where the user will set this folder. Therefore, during the first run, I need to be able to record the user-defined folder path. I know that using 'pick file' allows the user to select data, but I ...