Check for end of file.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool Eof(
	int fileNumber
)
Visual Basic
Public Function Eof ( 
	fileNumber As Integer
) As Boolean
Visual C++
public:
bool Eof(
	int fileNumber
)
F#
member Eof : 
        fileNumber : int -> bool 

Parameters

fileNumber
Type: System..::..Int32
file number

Return Value

Type: Boolean
true if eof

See Also