Eof()

语法

Result = Eof(#File)
概要
Checks whether the end of the file has been reached.

参数

#File The file to use.

返回值

Returns nonzero if the read-pointer is at the end of the file or zero if not.

Remarks

For an example see the ReadFile() function.

参阅

Lof(), Loc(), CreateFile(), OpenFile(), ReadFile()

已支持操作系统

所有

<- CreateFile() - File Index - FileBuffersSize() ->