impure function getEnvironmentVariable extends Modelica.Icons.Function; input String name "Name of environment variable"; input Boolean convertToSlash = false "True, if native directory separators in environment variable shall be changed to '/'"; output String content "Content of environment variable (empty, if not existent)"; output Boolean exist "= true, if environment variable exists; = false, if it does not exist"; end getEnvironmentVariable;