WOLFRAM SYSTEM MODELER

fullPathName

Get full path name of file or directory name

Wolfram Language

In[1]:=
SystemModel["Modelica.Utilities.Files.fullPathName"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Syntax

fullName = Files.fullPathName(name);

Description

Returns the full path name of a file or directory "name".

Syntax

fullName = fullPathName(name)

Inputs (1)

name

Type: String

Description: Absolute or relative file or directory name

Outputs (1)

fullName

Type: String

Description: Full path of 'name'