impure functionfullPathName
Get full path name of file or directory name
Extends from Modelica.Icons.Function (Icon for functions).
Information
Syntax
fullName = Files.fullPathName(name);
Description
Returns the full path name of a file or directory "name".
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' |