fileEof

Category: File IO

Syntax:

fileEof:Int(fileHandle:Int)


Parameters

Returns

Int



Summary

Checks if the file position is at end of file.

Takes a file handle.

Returns 1 if at end-of-file or handle is invalid, otherwise returns 0.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn