path()
Returns a string representing the browser’s current path.
Declaration
func path() -> StringReturn Value
The path representing the current selection. The components of this path are separated with the string returned by pathSeparator.
Discussion
Invoking this method is equivalent to invoking path(toColumn:) for all columns.