Seek to a position in a file
== Function ==
=== Synopsis ===
<source lang="lua">
success = File:seek( pos )
</source>
=== Arguments ===
{{param|number|pos|The position to seek to}}
=== Returns ===
{{param|boolean|success|Whether the operation was successful}}
== See Also ==
* [[parent::File]]
[[Category:Functions]]
{{#set:Description=Seek to a position in a file}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|(File):seek}}