Remove first name of a Modelica path name
function removeFirstName import Modelica.Utilities.Strings.*; input String path; output String tail "= path where part upto first \".\" is removed (if \".\" not present, tail=path)"; end removeFirstName;