.Modelica.Utilities.Files.exist

Information

Syntax

result = Files.exist(name);

Description

Returns true, if "name" is an existing file or directory. If this is not the case, the function returns false.

Interface

impure function exist
  extends Modelica.Icons.Function;
  input String name "Name of file or directory";
  output Boolean result "= true, if file or directory exists";
end exist;

Generated at 2025-02-15T19:25:01Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos