Category: File IO
Syntax:
fileSeekFile:Void(fileHandle:Int, pos:Int)
Void
Sets the file position to a specific byte offset.
Takes a file handle and byte position (0-based).
Returns nothing (void).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn