Path Property (FPScript)
23.08.2021
Read access to the path in the project database of an object.
Syntax
[Object].Path
The syntax of the Path property consists of the following elements:
Element |
Description |
---|---|
Object |
Optional. The object being accessed. If you omit this element, then the current formula is accessed. In the case of embedded FPScript you have to use the This keyword. |
Available in
FlexPro Basic, Professional, Developer Suite
Examples
\Graphs\Diagram.2D.Path |
Returns the string "\Graphs". |
\.Path |
Returns an empty string. |