Application.PathSeparator Property
Returns the path separator character ("\"). Read-only String.
Syntax
expression.PathSeparator
expression A variable that represents an Application object.
Example
This example displays the current path separator.
| Visual Basic for Applications |
|---|
|