Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Office 2003
Template Interface
Template Properties
 Path Property

  Switch on low bandwidth view
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)

Visual Basic
Dim template1 As Template

Dim returnValue As String
returnValue = template1.Path
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;

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 (\).


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

Development Platforms

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

Target Platforms

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker