(File):seek
Seek to a position in a file
Function
Synopsis
success = File:seek( pos )
Arguments
number pos
- The position to seek to
Returns
boolean success
- Whether the operation was successful
Seek to a position in a file
success = File:seek( pos )
number pos
boolean success
Please login to continue.