.Modelica.Utilities.Files.list

Information

Syntax

Files.list(name);

Description

If "name" is a regular file, the content of the file is printed.

If "name" is a directory, the directory and file names in the "name" directory are printed in sorted order.

Interface

impure function list
  extends Modelica.Icons.Function;
  input String name "If name is a directory, list directory content. If it is a file, list the file content";
end list;

Generated at 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos