C0130025

Explanation

The oldname specified to the rename() function indicated a file that is currently open. An open file cannot be renamed.

Programmer response

Correct the oldname or close the file and try again.

Symbolic Feedback Code

JrEdc1rnmEisopen04