fileFilePos

Category: File IO

Syntax:

fileFilePos:Int(fileHandle:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn