Re: Simple question
Re: Simple question
- Subject: Re: Simple question
- From: email@hidden
- Date: Fri, 24 Jan 2003 10:35:43 -0500
Grant-
There are shorter ways to do this, but this is an easy way to see it...
-- BEGIN: Open file chosen by user
tell application "Finder"
activate
set chosenfile to choose file
open chosenfile
end tell
-- END: Open file chosn by user
Cheers,
Cassj
GrantSymon <email@hidden>
Sent by: email@hidden
01/24/03 03:58 AM
To: email@hidden
cc:
Subject: Simple question
Hi,
I've hunted through AS help and through the AS section of the Apple
site, but I can find nowhere, the command required to have the Finder
open a file, without having it's exact path written in the script.
I know this is stunningly simple... but it's a start. *:)
I'm on Mac OS X 10.2.3
Any help much appreciated!
Grant
____________________________
Grant Symon Photographe
Paris - France
Tel - 00 33 (0)1 55 90 87 50
Fax - 00 33 (0)1 47 39 21 93
Mob - 00 33 (0)6 20 53 39 80
Web - www.GrantSymon.com
eMail - email@hidden
iChat - email@hidden (AIM)
_______________________________________________
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.
_______________________________________________
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.