Re: Calling specific files
Re: Calling specific files
- Subject: Re: Calling specific files
- From: has <email@hidden>
- Date: Thu, 23 May 2002 01:12:15 +0100
Jack Morrison wrote:
>
>Can someone help me with how to set up my script to ask me to select certain
>
>files to open when beginning the script?
>
>
tell application "Finder"
>
activate
>
choose file
>
end tell
Note: 'choose file' is a call to the Standard Additions scripting addition,
so you don't require the 'tell Finder' block.
Indeed, it's generally a good idea _not_ to put things within a 'tell
Finder' block that don't need to be there, as the Finder can get quite
stroppy about this sort of thing sometimes.
HTH
has
--
http://www.barple.connectfree.co.uk/ -- The Little Page of Beta AppleScripts
_______________________________________________
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.