.OpenModelica.Scripting.realpath

Get full path name of file or directory name

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 2025-03-29T19:24:44Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos