.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 2025-07-06T18:20:56Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos