ActivatedFolder Keyword (FPScript)

23.08.2021

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

Share article or send as email:

You might be interested in these articles