FileConverter.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)

Usage

Dim fileConverter1 As FileConverter

Dim returnValue As String
returnValue = fileConverter1.Path

Syntax

ReadOnly Property Path() As String
string Path {get;}
property String^ Path{
    String^ get();
}
public System.String get_Path();
function get Path() : 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. Use the Name property to return the file name without the path.

You can use the PathSeparator property to build Web addresses even though they contain forward slashes (/) and the PathSeparator property defaults to a backslash (\).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

FileConverter Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

FileConverter Members