Skip to main content

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

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

Description

Set the path associated with an io object.

Parameters

io

The io object.

path

The path to the io object.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?