I want to use the “choose file” to have the user select a file, but I would like the file navigation window to start in a specific folder, how do I set that?
Thanks
Manuel
I want to use the “choose file” to have the user select a file, but I would like the file navigation window to start in a specific folder, how do I set that?
Thanks
Manuel
Here are the options from the Standard Additions dictionary.
set default_location to alias (path to desktop as Unicode text)
set theResult to choose file with prompt ¬
"Choose a file" default location default_location
Cheers,
Craig
Hi Manuel,
if you take a look in the dictionary of Standard Additions,
you will find a default location alias parameter ![]()