_Application.Path Property
Returns a value that represents the path to the specified Application object. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Path As String
Get
'Usage
Dim instance As _Application
Dim value As String
value = instance.Path
string Path { get; }
Property Value
Type: System.String
Remarks
The path doesn't include the final backslash (\) or the name of the specified object. Use the Name property of the Presentation object to return the file name without the path, and use the FullName property to return the file name and the path together.