.TransiEnt.Basics.Functions.fullPathName

Get full path name of file or directory name (with logging to console)

Information

1. Purpose of model

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

2. Level of detail, physical effects considered, and physical insight

(Description)

3. Limits of validity

(Description)

4. Interfaces

(none)

5. Nomenclature

(no elements)

6. Governing Equations

(no equations)

7. Remarks for Usage

Syntax: fullName = Files.fullPathName(name);

8. Validation

(no validation or testing necessary)

9. References

(none)

10. Version History

Interface

function fullPathName
  extends Icons.Function;
  input String name "Absolute or relative file or directory name";
  output String fullName "Full path of 'name'";
end fullPathName;

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos