.OpenModelica.Scripting.remove

Removes a file or directory.

Information

Removes the file or directory with the given filesystem path (which may be either relative or absolute). Returns true if the file was successfully removed, otherwise false.

Interface

function remove
  input String path;
  output Boolean success "Returns true on success.";
end remove;

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