Levon Spradlin wrote:

> I get an AppleScript Runtime Error when trying this simple code.
>
> tell application "Finder"
>    set theDesktop to path to desktop as Unicode text
> end tell

You can also do this by pulling

   set theDesktop to path to desktop as Unicode text

OUTSIDE of the Finder tell block.

    -B.Johnson, Dept of Architecture, University of Washington, Seattle