_Application.StartupPath Property

Definition

Returns or sets the complete path of the startup folder, excluding the final separator.

public:
 property System::String ^ StartupPath { System::String ^ get(); void set(System::String ^ value); };
public string StartupPath { get; set; }
member this.StartupPath : string with get, set
Public Property StartupPath As String

Property Value

Remarks

Templates and add-ins located in the Startup folder are automatically loaded when you start Microsoft Word.

Applies to