mclearerr
resets binary file access errors
Arguments
fd a scalar: | the fd parameter returned by the function mopen. -1
stands for last opened file. Default value is -1. |
:
Description
The function mclearerr is used to reset the error indicator and EOF
indicator to zero.
See Also
- merror tests the file access errors indicator
- mclose closes an opened file
- mopen open a file in Scilab
- mput writes byte or word in a given binary format
- mget reads byte or word in a given binary format and converts to
a double type
- mgetstr reads a character string from a file
- mputstr write a character string in a file
- meof check if end of file has been reached
- mseek set current position in binary file.
- mtell binary file management