Contents

path()

Returns a string representing the browser’s current path.

Declaration

func path() -> String

Return 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.

See Also

Managing the Path