prolog::rename_file/2

rename_file(? SourceFile,+ TargetFile)*

MoveSourceFile to TargetFile.It works by calling the rename() library function.

Private-func:

1. prolog::rename_file_2::rename_file/2(int ARG1, int ARG2)():