OS X 10.1 Finder & "path to"
OS X 10.1 Finder & "path to"
- Subject: OS X 10.1 Finder & "path to"
- From: Peter Boctor <email@hidden>
- Date: Wed, 3 Oct 2001 19:19:20 -0700
The following outside of a tell block works correctly.
path to startup disk
--> alias "Mac OS X:"
But inside of a Finder tell block it errors out:
tell application "Finder"
path to startup disk
end tell
--> Finder got an error: Can't make startup disk into a item.
Is it just me?
-peter