Category: File IO
Syntax:
fileFilePos:Int(fileHandle:Int)
Int
Returns the current position in an open file.
Takes a file handle.
Returns the current byte position within the file (0-based), or 0 if the handle is invalid.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn