fseek

Syntax

native fseek(file, position, start);

Usage

file
Handle to the file
position
Position relative to what is specified in whence
start
SEEK_ constant value of where to see from

Description

Sets the file position indicator.

Return

0 on success, a non-zero value otherwise