functionrealpath
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.Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | name | Absolute or relative file or directory name |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fullName | Full path of 'name' |