Changes the read/write file offset of a file descriptor.
- fd
- Documentation for this section has not yet been entered.
- offset
- Documentation for this section has not yet been entered.
- whence
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
The offset parameter is interpreted according to the possible following values of whence:If we seek past the end of a file, the new file region contains 0.
Value Description SEEK_SET the new file offset will be the current offset plus offset. SEEK_CUR the new file offset will be offset. SEEK_END the new file offset will be the end of the file plus offset.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0