FileSeek Function

Sets the file position indicator.

bool FileSeek(Handle file, int position, int where)

Parameters

Handle file

Handle to the file.

int position

Position relative to what is specified in whence.

int where

SEEK_ constant value of where to see from.

Return Value

True on success, false otherwise.

Errors

Invalid Handle.