.Modelica.Utilities.System.getEnvironmentVariable

Information

Interface

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;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos