C0120015
Explanation
The name specified to the remove() function indicated a file that is currently open. An open file cannot be removed.
Programmer response
Correct the name or close the file and try again.
Symbolic feedback code
JrEdc1rmvEisopen02