doc: document how to get result of uv_fs_mkdtemp
PR-URL: https://github.com/libuv/libuv/pull/31 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
484a3a92a8
commit
dfdcfc0c4d
@ -191,6 +191,9 @@ API
|
||||
|
||||
Equivalent to ``mkdtemp(3)``.
|
||||
|
||||
.. note::
|
||||
The result can be found as a null terminated string at `req->path`.
|
||||
|
||||
.. c:function:: int uv_fs_rmdir(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
|
||||
|
||||
Equivalent to ``rmdir(2)``.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user