Re: Finder - application file id
Re: Finder - application file id
- Subject: Re: Finder - application file id
- From: Bill White <email@hidden>
- Date: Mon, 10 May 2004 19:40:44 -0400
>
tell application "Finder"
>
get name of application file id "sfri"
>
open application file result
>
end tell
Jon,
Try this:
tell application "Finder"
open application file id "sfri"
end tell
That should do what you're looking for.
Bill
_______________________________________________
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.