.Modelica.Utilities.Files.removeFile

Remove file (ignore call, if it does not exist)

Information

Syntax

Files.removeFile(fileName);

Description

Removes the file "fileName". If "fileName" does not exist, the function call is ignored. If "fileName" exists but is no regular file (e.g., directory, pipe, device, etc.) an error is triggered.

This function is silent, i.e., it does not print a message.

Interface

impure function removeFile
  extends Modelica.Icons.Function;
  input String fileName "Name of file that should be removed";
end removeFile;

Generated at 2025-03-05T19:25:09Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos