FileSeek
Sets the file position indicator.
native bool FileSeek(Handle file, 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
bool True on success, false otherwise.Error
Invalid Handle.