Re: path to selection
Re: path to selection
- Subject: Re: path to selection
- From: Andrew Oliver <email@hidden>
- Date: Sun, 02 Mar 2003 04:36:55 -0800
tell application "Finder"
get selection as alias
end tell
Note: WILL fail if more than one item is selected, in which case you should
just get selection (which returns a list) and iterate through the list,
coercing to aliases as you go.
Andrew
:)
On 3/2/03 3:57 AM, "Thomas Strohmaier" <email@hidden> wrote:
>
Hallo,
>
>
how can i get a path like "mydisk:myfolder1:myfolder2:myfile" from a
>
selection in the finder?
>
>
thx
>
Thomas
>
_______________________________________________
>
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.