prolog::copy_file/2

copy_file(+ OldFile,+ New)*

Copy the file OldFile to directory New or to a new file New. This predicate uses the C built-in function copy.

Private-func:

1. prolog::copy_file_2::copy_file/2(int ARG1, int ARG2)():