Re: File dialog
Re: File dialog
- Subject: Re: File dialog
- From: "Marc K. Myers" <email@hidden>
- Date: Wed, 06 Jun 2001 19:34:59 -0400
- Organization: [very little]
>
Date: Tue, 05 Jun 2001 11:43:49 +0200
>
From: Matias Larsson <email@hidden>
>
Organization: June AB
>
To: email@hidden
>
Subject: File dialog
>
>
Hello,
>
>
I need to open a file dialog window that will allow the user to select a
>
directory from any mounted disk. I will use the result of that selection
>
together with a automatically generated filename to save a file to the
>
selcted directory.
>
>
Has anybody done this, or can anybody point me in the right direction?
>
>
Thanks!
>
>
/Matias Larsson, Sweden
Do you need something other than the "choose folder" scripting addition
command that's part of the Standard Additions scripting addition? It
allows the operator to choose a folder (or volume) from any of the
mounted volumes. It returns the selection as an alias.
set chosenFolder to (choose folder with prompt "Select a destination folder:")
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[6/6/01 7:19:37 PM]