.OpenModelica.Scripting.copy

Copies a file.

Information

Copies the source file to the destination file. Returns true if the file was successfully copied, otherwise false.

Interface

function copy
  input String source;
  input String destination;
  output Boolean success;
end copy;

Generated at 2025-07-25T18:21:05Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos