Difference between revisions of "(File):seek"

m (moved File:seek to (File):seek)
Line 1: Line 1:
 
 
Seek to a position in a file
 
Seek to a position in a file
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Seek to a position in a file}}
 
{{#set:Description=Seek to a position in a file}}
 +
== Other Languages ==
 +
{{i18n|(File):seek}}

Revision as of 08:20, 26 October 2010

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

See Also

Other Languages