Re: How to convert Finder reference?
Re: How to convert Finder reference?
- Subject: Re: How to convert Finder reference?
- From: Michelle Steiner <email@hidden>
- Date: Thu, 11 Dec 2003 15:25:43 -0700
On Dec 11, 2003, at 2:52 PM, Mark Dawson wrote:
I want to convert a Finder reference to a string
(duplicate x; set z to the result as string)
This works for me:
tell application "Finder"
set x to item 1 of (the selection as list)
duplicate x
set z to the result as string
end tell
-- Michelle
--
Don't dream it. Be it. --RHPS
_______________________________________________
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.