Determines whether the file pointer is positioned at the end of a file.
FEoFEx(nFileHandle)
Parameters
- nFileHandle
A file handle retrieved from FCreateEx, FOpenEx or a windows api function.
Return Value
.T. if the filepointer is at EOF, .F. otherwise.
See Also
Reference
AFHandlesEx
FChSizeEx
FCloseEx
FCreateEx
FFlushEx
FGetsEx
FLockFile
FLockFileEx
FOpenEx
FPutsEx
FReadEx
FSeekEx
FUnlockFile
FUnlockFileEx
FWriteEx