Remove existing file (C function 'remove')
impure function removeFile extends Modelica.Icons.Function; input String fileName "File to be removed"; end removeFile;