Re: File dialog
Re: File dialog
- Subject: Re: File dialog
- From: Greg Strange <email@hidden>
- Date: Wed, 06 Jun 2001 15:47:18 -0500
on 6/5/01 4:43 AM, Matias Larsson at email@hidden wrote:
>
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
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
set saveFolder to choose folder with prompt "Choose a folder to save your
automatically generated files"
Watch the line breaks!
Greg Strange
--
I never promised to be functional,
I only promised to be integral.
References: | |
| >File dialog (From: Matias Larsson <email@hidden>) |