.Modelica.Utilities.Internal.FileSystem.copyFile

Copy existing file (C functions 'fopen', 'fread', 'fwrite', 'fclose')

Interface

impure 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;

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