AddIn.FullName Property
PowerPoint Developer Reference |
Returns the name of the specified add-in or saved presentation, including the path, the current file system separator, and the file name extension. Read-only.
Syntax
expression.FullName
expression A variable that represents an AddIn object.
Return Value
String
Remarks
This property is equivalent to the Path property, followed by the current file system separator, followed by the Name property.
Example
This example displays the path and file name of every available add-in.
Visual Basic for Applications |
---|
|
This example displays the path and file name of the active presentation (assuming that the presentation has been saved).
Visual Basic for Applications |
---|
|
See Also