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:
deivy petrescu <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Mon, 22 Oct 2007 19:14:44 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
On Oct 22, 2007, at 18:22, Levon Spradlin 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.  
> Am I
> 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.
>
>
> Levon Spradlin
> Technology Manager, Desktop Publishing Support Services
> Pearson | Assessment & Information
> 512-989-5300 x 3989
> [log in to unmask]
> AOC DPSS Weblog @ http://aocdpss.wordpress.com/
>
> ð "Those who would give up essential liberty to purchase a little  
> temporary
> safety deserve neither liberty nor safety. " Benjamin Franklin  
> (1759) ð

You mean

tell application "Finder"
	set theDesktop to path to "desk" as Unicode text
end tell


Deivy

ATOM RSS1 RSS2