Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.95 KB

File metadata and controls

60 lines (48 loc) · 1.95 KB

Function: FileSeek

Moves the buffer cursor position forward the number of characters specified by the position argument

Method Signature

FileSeek(file=[any], position=[integer])

Arguments

Argument Type Required Description Default
file any true The File instance
position integer true The cursor position to move forward in the file

Examples

Related