FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

path

Read access to the path in the project database of an object or FlexPro data.

Syntax

Object.path

or

Data.path

The syntax of the path 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’\Graphs\Diagram.2D').path

Returns the string "\Graphs".

flexpro.object(r'\\').path

Returns an empty string for the path of the root folder.

 

See Also

name Property

full_name Property