io_wrapper_set_path
Last updated March 2020
Name
io_wrapper_set_path — Set the path associated with an io object
Synopsis
#include "io_wrapper.h"
| void **io_wrapper_set_path** (
| io, | |
| | path)
; | |
Description
Set the path associated with an io object.
- io
-
The io object.
- path
-
The path to the io object.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?