I’m working on an iPhoto script that uses GUI scripting to do an import . The ability to import a specific folder or file–as demonstrated by Sal’s example script–doesn’t work in Panther because the “Go To” field for a POSIX Path is no longer in the import dialog.
However, I was pleased to find that I can import an entire disk by using GUI scripting to click on a sidebar icon in the dialog. I was even more pleased to find that “every disk whose ejectable is true” is now fixed in the Finder.
But as for importing a specific folder…is there someway we can add folders to the Panther sidebar via AS? I’m not seeing any support for it in the Finder dictionary, or any place that these items are exposed in the Finder as was the case with the Favorites directory.
Possibly this is something that could be set in a preference file somewhere?
Thanks, Sal. I see you are way ahead of the game on updating the sample scripts (shame on me for missing that).
I had also missed that control-/ will bring up a sheet with the go to field for a posix path. Although it is an extra step, I think it was a good move by Apple to take this confusing field out of the standard UI, but still make it available for the keyboard-friendly (and GUI scripting).