PathSeparator Property

Applies To

Application Object.

Description

Returns the character ":" on the Macintosh; "\" in Windows. Read-only.

Example

This example displays the current path separator.


MsgBox "The path separator character is " & Application.PathSeparator