Clib.clearerr()
syntax: |
Clib.clearerr(filePointer) |
where: |
filePointer - pointer to file for which error information is to be cleared.
|
return: |
void.
|
description: |
This method clears the error status and resents the end-of-file flags for the file associated with filePointer. There is no return value.
|
see: |
|