_Application.PathSeparator Property
Returns the character used to separate folder names.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PathSeparator As String
Get
'Usage
Dim instance As _Application
Dim value As String
value = instance.PathSeparator
string PathSeparator { get; }
Property Value
Type: System.String
Remarks
This property returns a backslash (\).
You can use PathSeparator property to build Web addresses even though they contain forward slashes (/).