FileStream: Position (get)

Position

Returns the current position within the stream.



 Public Property Get Position ( ) As Currency

Return Values

Currency -  The current position within the stream.

Remarks

The current position is where the next byte is read from or written to. Once a byte has been read or written, the position is advanced byte 1 byte.

Read/Write.

See Also

Project CorLib Overview

Class FileStream Overview