Document.FullName Property
Publisher Developer Reference |
Returns a String representing the full file name of the saved active publication, including its path and file name. Read-only.
Syntax
expression.FullName
expression A variable that represents a Document object.
Return Value
String
Remarks
The FullName property can be used to return both path and file name as returned by the Path and Name properties.
Example
The following example demonstrates the differences between the Path, Name, and FullName properties. This example is best illustrated if the publication is saved in a folder other than the default.
Visual Basic for Applications |
---|
|
See Also