Read access to the name and path in the project database of an object or FlexPro data.
Syntax
Object.full_name
or
Data.full_name
The syntax of the full_name property consists of the following elements:
Element |
Description |
---|---|
Object |
The object being accessed. Use this to access the current formula. |
Data |
A flexpro.Data object to which header information of the data object from which it originates is assigned. |
Available In
FlexPro Professional, Developer Suite
Examples
flexpro.object(r’\Folder\DataSet’).full_name |
Returns the string “\Folder\DataSet". |