Sets the name space of the specified path.
#include <fsio.h>
int chnamespace (
const char *path,
int newnamespace );
(IN) Points to the buffer containing the directory path.
(IN) Specifies the namespace for the path.
If successful, returns 0. Otherwise, returns -1 and sets errno to one of the following:
If