Re: how do I choose a folder with type or text extension at end
Re: how do I choose a folder with type or text extension at end
- Subject: Re: how do I choose a folder with type or text extension at end
- From: Michelle Steiner <email@hidden>
- Date: Mon, 10 Jul 2006 16:32:43 -0700
On Jul 10, 2006, at 3:37 PM, Patrik B. wrote:
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
You can use only one of those lists, and you can't mix the types
within a list. Also, the extension_list has to have the full UTI:
<http://developer.apple.com/documentation/Carbon/Conceptual/
understanding_utis/index.html#//apple_ref/doc/uid/TP40001319>
--
I'm at an age where I can satisfy my wants without too many guilt
feelings.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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