MACSCRPT Archives

October 2007

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Baltutis <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 23 Oct 2007 16:21:16 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
On 10/22/07,  Levon Spradlin <[log in to unmask]> wrote:
> I get an AppleScript Runtime Error when trying this simple code. I am
> copying it from known working tutorial scripts, thinking that my syntax was
> off in my project. It makes my head hurt when simple does not work. AmI
> doing something wrong?
>
> tell application "Finder"
> set theDesktop to path to desktop as Unicode text
> end tell
>
> Finder got an error: Can't make desktop into type constant.

Wrong app. Try:

tell application "System Events"
	set x to path to desktop as Unicode text
end tell

ATOM RSS1 RSS2