.Modelica_Requirements.Internal.getFirstName

Get first name of a Modelica path name

Interface

function getFirstName
  import Modelica.Utilities.Strings.*;
  input String path;
  output String head "= path upto but not including the first \".\" (if \".\" not present, head=path)";
end getFirstName;

Generated at 2026-03-16T19:13:55Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos