Re: Choose file
Re: Choose file
- Subject: Re: Choose file
- From: Christopher Nebel <email@hidden>
- Date: Tue, 3 May 2005 12:46:53 -0700
On May 3, 2005, at 12:05 PM, Michelle Steiner wrote:
One of the new features of choose file is that you can specify type
identifiers in addition to file types. But how do you implement this?
set theImage to choose file of type {"png"} does not work.
nor does removing the braces, removing the quotes, or prepending a
period--or any combination of those three that I tried.
Anyone got any suggestions?
Yes -- use the right identifier. To get the type identifier for any
particular file, use "info for" and look at the "type identifier"
field. In your case, you want "public.png".
--Chris Nebel
AppleScript and Automator Engineering
_______________________________________________
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
References: | |
| >Choose file (From: Michelle Steiner <email@hidden>) |