Difference between revisions of "(File):seek"
m |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Seek to a position in a file | |
− | |||
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 7: | Line 6: | ||
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
− | {{param|number|pos|The position to seek to}} | + | {{param|number|pos|The position to seek to, relative to start of file.}} |
=== Returns === | === Returns === | ||
{{param|boolean|success|Whether the operation was successful}} | {{param|boolean|success|Whether the operation was successful}} | ||
Line 13: | Line 12: | ||
* [[parent::File]] | * [[parent::File]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Seek to a position in a file}} |
+ | {{#set:Since=000}} | ||
+ | == Other Languages == | ||
+ | {{i18n|(File):seek}} |
Latest revision as of 00:16, 29 September 2020
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info