WOLFRAM SYSTEM MODELER
fullPathNameGet full path name of file or directory name |
SystemModel["Modelica.Utilities.Files.fullPathName"]
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' |
---|