clearerr - clear any error conditions on the given file
file.clearerr()
If there are any error or end-of-file conditions attached to
file, clearerr() will clear them. This
makes it easier to isolate particular operations that cause an error.
None
ArgCheck if arguments are specified
TypeCheck if file is not a
File
AccessCheck if
file has been closed
io::Input.clearerr()