impure function setEnvironmentVariable extends Modelica.Icons.Function; input String name "Name of environment variable"; input String content "Value of the environment variable"; input Boolean convertFromSlash = false "True, if '/' in environment variable shall be changed to native directory separators"; end setEnvironmentVariable;