Browser Object

In the documentation for the browser object it lists ‘path’ as a property. However, when I try to access it I get an error. Here is my code:


display dialog (name of browser "Browser" of myPanel) as text
display dialog (path of browser "Browser" of myPanel) as text

The first line displays a dialog with the text ‘Browser’ inside, so the reference is right.
The second line returns an NSCannotCreateScript CommandError (10).

Any idea what’s wrong?