how do I choose a folder with type or text extension at end
how do I choose a folder with type or text extension at end
- Subject: how do I choose a folder with type or text extension at end
- From: "Patrik B." <email@hidden>
- Date: Mon, 10 Jul 2006 15:37:43 -0700
Hi,
Why does the below code not work and how can I make it work?
property type_list : {"IDx3"}
property extension_list : {"inx"}
tell application "InDesign CS"
set done_foldername to choose file of type type_list or file whose
name extension is in the extension_list with prompt "Choose inx files to
convert (shift/ctrl click on multiple files as needed):" with multiple
selections allowed without invisibles
end tell
Best, Patrik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden