Word Primary Interop Assembly Reference 
Template.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

Visual Basic
Dim template1 As Template

Dim returnValue As String
returnValue = template1.Path
Syntax

Visual Basic
ReadOnly Property Path() As String
C#
string Path {get;}
C++
property String^ Path{
	String^ get();
}
J#
public System.String get_Path();
JScript
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 and use the FullName property to return the file name and the path together.

Note 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

Tags :


Page view tracker