Sets the name of a file or directory in the specified name space
#include <nwnspace.h>
int NWSetNameSpaceEntryName (
BYTE *path,
LONG nameSpace,
BYTE *nameSpaceEntryName);
(IN) Points to the path of the file system entry to set a name space entry name for.
(IN) Specifies the name space to set the file or directory name for (see Section 20.5, Name Space Flag Values).
(IN) Points to an ASCIIZ string that specifies the new file or directory name in the specified name space.
ESuccess or NetWare errors
This function sets the file system entry’s name in the specified name space only. The naming change is not reflected in the other name space entries.
See the example for NWGetNameSpaceEntryName.