Application.PathSeparator Property
Word Developer Reference |
Returns the character used to separate folder names. This property returns a backslash (\). Read-only String.
Syntax
expression.PathSeparator
expression An expression that returns an Application object.
Remarks
You can use PathSeparator property to build Web addresses even though they contain forward slashes (/).
Note |
---|
The FullName property returns the path and file name, including the path separator, as a single string. |
Example
This example displays the path and file name of the active document.
Visual Basic for Applications |
---|
|
If the first add-in is a template, this example unloads the template and opens it.
Visual Basic for Applications |
---|
|
See Also