FileStream: Position (let) |
Sets the current position within the stream to be read from or written to.
Public Property Let Position( ByVal Value As Currency )
The position is an absolute byte position from the beginning of the file. If the new position is negative an exception is thrown. If the FileStream is opened in Append mode, then the position cannot be set to data within the original file.
Read/Write.