Frewind

From Bennu Wiki
Revision as of 13:11, 8 March 2012 by 82.74.128.190 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

UNDEFINED frewind ( <INT filehandle> )

Sets the byte offset (reading position) to the begin of a certain file. This is similair to using:

fseek(file_id,0,SEEK_SET);


Parameters

INT filehandle - The FileHandle of the file returned by fopen().

Returns

INT

1 - The begin position of the file.


See also

fseek()