.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-04-06T18:19:50Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos