Gets the value of the PathSeparator property of the navigator control.
[JavaScript]
Navigator.getPathSeparator(
)
Return Value
The value of the PathSeparator property.
Remarks
The PathSeparator is defined by server side BaseNavigator control's PathSeparator property. Use this function to retrieve the value.
See Also
Navigator Object