fileSeekFile

Category: File IO

Syntax:

fileSeekFile:Void(fileHandle:Int, pos:Int)


Parameters

Returns

Void



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn