fdSeek

fnErrno fdSeek(Fd fd, FileDelta offset, Whence whence, FileSize * outOffset) extern(C) nothrow @nogc @wasi @importName("fd_seek")

Move the offset of a file descriptor.

Note

This is similar to lseek in POSIX.