File.Seek Method

Sets the file position indicator.

bool Seek(int position, int where)

Parameters

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.