Returns the full path name of a file or directory "name".
(Description)
(Description)
(none)
(no elements)
(no equations)
Syntax: fullName = Files.fullPathName(name);
(no validation or testing necessary)
(none)
function fullPathName extends Icons.Function; input String name "Absolute or relative file or directory name"; output String fullName "Full path of 'name'"; end fullPathName;