RE: Choose File
RE: Choose File
- Subject: RE: Choose File
- From: "Ruby Madraswala" <email@hidden>
- Date: Thu, 19 Oct 2006 15:34:01 -0400
- Thread-topic: Choose File
Thanks Michelle. It worked.
-----Original Message-----
From: Michelle Steiner [mailto:email@hidden]
Sent: Thursday, October 19, 2006 1:31 PM
To: Applescript Users
Subject: Re: Choose File
On Oct 19, 2006, at 10:14 AM, Ruby Madraswala wrote:
> How can I set a default folder, so the choose command will always open
> the default folder to select files from?
It's in the dictionary:
choose file v : Choose a file on a disk or server
choose file
[with prompt string] : the prompt to be displayed in the dialog box
[of type list of string] : a list of file types or type identifiers.
Only files of the specified types will be selectable.
[default location alias] : the default file location
[invisibles boolean] : Show invisible files and folders? (default is
true)
[multiple selections allowed boolean] : Allow multiple items to be
selected? (default is false)
[showing package contents boolean] : Show the contents of packages?
(Packages will be treated as folders. Default is false.)
→ alias : the chosen file
--
If you always reach your goals, you set the bar too low. If you
never reach your goals, you set the bar too high.
_______________________________________________
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
_______________________________________________
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