fullName = Files.fullPathName(name);
Returns the full path name of a file or directory "name".
impure function fullPathName extends Modelica.Icons.Function; input String name "Absolute or relative file or directory name"; output String fullName "Full path of 'name'"; end fullPathName;