.Modelica.Utilities.System.setEnvironmentVariable

Set content of local environment variable

Information

Interface

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;

Generated at 2025-03-05T19:25:09Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos