Hi there,
im frequently using 3 paths to get pictures and logos to place, so I asked a while ago how to script that, and got this answer:
#target Indesign
try{
var pathToPredefinedFolder = Folder('/Volumes/Server1/Folder1/');//Folderobject
app.place(pathToPredefinedFolder.openDlg ('Get some files', '', true)) //prompt, filter, multiselect
}catch (e){}
Problem is, im not familiar with JS, and cant modify to my needs. I managed to change the path thou. But:
I need a little help how to get this done by AppleScript.
Thanks ahead,
Jan