PathSeparator Property
Applies To
Application object.
Description
Returns the path separator character ("\" in Windows, or ":" on the Macintosh). Read-only String.
Example
This example displays the current path separator.
MsgBox "The path separator character is " & Application.PathSeparator