Position Property

Object List

Defined By:
BinaryFile

Description:

Indicates the current position in an open binary file.

Details:

Position is the current position in the binary file, given as an offset into the file in bytes. It indicates the location in the file at which the next read or write operation will start. Position can be set to any value from zero to the size of the file, inclusive. Position is -1 if the file is not open, and can only be set when the file is open.

Data Type: Long