SeekType#

class SeekType#

An enumeration specifying the base position for a seek_position() operation.

Fields#

class SeekType
CUR#

The current position in the file.

END#

The end of the file.

SET#

The start of the file.