Re: Choose File ... controlling the folder shown?
Re: Choose File ... controlling the folder shown?
- Subject: Re: Choose File ... controlling the folder shown?
- From: Duncan Cowan <email@hidden>
- Date: Fri, 07 Feb 2003 11:46:56 +1100
You can choose from list using standard additions:
set myFolder to (path to desktop folder) as string
set myList to list folder myFolder
choose from list myList with multiple selections allowed
OS 9.2.2 - don't know if this works in 10
Cheers
Duncan
From: David Crowe <email@hidden>
Date: Thu, 6 Feb 2003 10:47:41 -0700
To: email@hidden
Subject: Choose File ... controlling the folder shown?
When using "Choose file" (or Choose File Name or Choose Folder) is it
possible to control the starting folder for the dialog?
Also, is it possible to select multiple files?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.