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

ActivatedFolder

Provides access to the activated subfolder within a folder in the FlexPro project database.

Syntax

ActivatedFolder

Remarks

The ActivatedFolder keyword can also be used as a part of a path name.

Available In

FlexPro View, Basic, Professional, Developer Suite

Examples

\Measurements\ActivatedFolder\DataSet

Accesses a data set in the activated subfolder of the "Measurements" folder.

$"\\Measurements\\ActivatedFolder\\DataSet"$

The indirect operator also supports the "ActivatedFolder" keyword.

ActivatedFolder.Parameters("SamplingRate")

Reads the parameter "SamplingRate" stored in the activated folder.

\Measurements\ActivatedFolder.Name

Reads the name of the activated subfolder in the folder "Measurements".

 

See Also

Path Names