| Siebel eScript Language Reference > C Language Library Reference > Clib File Input and Output Methods > Clib End of File Method
 The Clib End of File method determines if the file cursor is at the end of the file that the filePointer argument identifies. It returns one of the following values: 
If the file cursor is at the end of the file, then it returns the following value:
A nonzero integerIf the file cursor is not at the end of the file, then it returns the following value:
0 FormatClib.feof(filePointer) The arguments for this method are the same as the arguments for the Clib Clear Error method. For more information, see Arguments for the Clib Clear Error Method. |