Copy existing file (C functions 'fopen', 'getc', 'putc', 'fclose')
function copyFile extends Modelica.Icons.Function; input String fromName "Name of file to be copied"; input String toName "Name of copy of file"; end copyFile;