(File):seek

Seek to a position in a file

Function

Synopsis

success = File:seek( pos )

Arguments

number pos
The position to seek to, relative to start of file.

Returns

boolean success
Whether the operation was successful

See Also


Other Languages