I’m a libuv newbie, so be gentle. I was looking through the allowed operations 
for a File and noticed that there is no equivalent of `uv_fs_lseek` in the 
library. I did a search on the term ‘seek’ on the docs and only a single hit 
came back for the UV_ESPIPE error (invalid seek).

So, how is this accomplished? Do I need to retrieve the FD and use the work 
queue to perform a seek directly?

Thanks for any help or pointers.

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to