fullPathNameGet full path name of file or directory name |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
fullName = Files.fullPathName(name);
Returns the full path name of a file or directory "name".
name |
Type: String Description: Absolute or relative file or directory name |
---|
fullName |
Type: String Description: Full path of 'name' |
---|