...
Seeks to the specified offset relative to the current position. If the ultimate offset is beyond the end of the file, then the file will be extended as described in SeekAbsolute()
.
SeekToEnd() As Void
Seeks to the end of the file.
...
...
Seeks to the specified offset relative to the current position. If the ultimate offset is beyond the end of the file, then the file will be extended as described in SeekAbsolute()
.
Seeks to the end of the file.
...