(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


© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/(File):seek