_Document.Path Property

Returns the disk or Web path to the specified object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Path As String
    Get
'Usage
Dim instance As _Document
Dim value As String

value = instance.Path
string Path { get; }

Property Value

Type: System.String

Remarks

The path doesn't include a trailing character— for example, "C:\MSOffice" or "http://MyServer". Use the PathSeparator property to add the character that separates folders and drive letters. You can use the PathSeparator property to build Web addresses even though they contain forward slashes (/) and the PathSeparator property defaults to a backslash (\).

Use the Name property to return the file name without the path and use the FullName property to return the file name and the path together.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace