.OpenModelica.Scripting.realpath

Information

Return the canonicalized absolute pathname. Similar to realpath(3), but with the safety of Modelica strings.

Interface

function realpath
  input String name "Absolute or relative file or directory name";
  output String fullName "Full path of 'name'";
end realpath;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos