FileStream: Position (get) |
Returns the current position within the stream.
Public Property Get Position ( ) As Currency
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.