Re: 10.x References?
Re: 10.x References?
- Subject: Re: 10.x References?
- From: John Delacour <email@hidden>
- Date: Mon, 16 Sep 2002 14:26:54 +0100
At 6:41 am -0400 16/9/02, Bill Cheeseman wrote:
on 02-09-16 3:31 AM, Tony Lindsey at email@hidden wrote:
tell "Finder"
set pickmepickme to folder "whatever" of home
end tell
This got me the "Expected end of line but found ". error, no matter
how I phrased it.
Same here.
> tell "Finder"
> set pickmepickme to path to current user folder
end tell
>
Got me the "Finder doesn't understand the "Path To" message.
Put the command OUTSIDE of the Finder tell block, and it will work. It will
return an alias to your current user folder.
You're missing the point, Bill. 'tell "Finder"' is meaningless.
There is no problem with
tell app "Finder"
set a to folder "Library" of home
set b to path to current user folder
end
return {a, b}
--JD
_______________________________________________
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.