Skip to content

CurrentDir

mtbeek32 edited this page Feb 20, 2024 · 6 revisions

File, Folder and Read functions CurrentDir(ectory)

syntax

  • CurrentDir()

definition

  • CurrentDir() results in a string parameter with the folder of the root file of the loaded configuration.

example

parameter<string> cdir := CurrentDir();

result: cdir = 'c:/data/dev/prj/tst/Operator/cfg'

Clone this wiki locally