Skip to main content

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); |   |

io_object * <var class="pdparam">io</var>;

Description

Retrieve the path associated with an io object.

Parameters

io

The io object.

Return Values

The path. The buffer is guaranteed to exist only until the next call to io_wrapper_set_path, or until the object is destroyed.

Threading

It is legal to call this function in any thread.

Was this page helpful?