io_wrapper_get_path
Last updated March 2020
Name
io_wrapper_get_path — Retrieve the path associated with an io object
Synopsis
#include "io_wrapper.h"
| const char * **io_wrapper_get_path** (
| io)
; | |
Description
Retrieve the path associated with an io object.
- io
-
The io object.
The path. The buffer is guaranteed to exist only until the next call to io_wrapper_set_path, or until the object is destroyed.
It is legal to call this function in any thread.
Was this page helpful?