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