.Modelica.Utilities.Streams.close

Close file

Information

Syntax

Streams.close(fileName)

Description

Close file if it is open. Ignore call if file is already closed or does not exist.

Interface

impure function close
  extends Modelica.Icons.Function;
  input String fileName "Name of the file that shall be closed" annotation(
    Dialog(loadSelector(filter = "Text files (*.txt)", caption = "Close text file")));
end close;

Generated at 2025-04-05T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos