Difference between revisions of "(File):seek"

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

Revision as of 04:56, 20 March 2011

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