Deletes a NetWare directory
#include <nwdirect.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY(NWCCODE) NWDeleteDirectory (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *dirPath);
uses calwin32
Function NWDeleteDirectory
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
const dirPath : pnstr8
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the directory handle of the target directory root (0 if the dirPath parameter contains the complete path, including the volume name).
(IN) Points to the string containing the path (relative to the dirHandle parameter) of the directory being deleted.
These are common return values; see Return Values (Return Values for C) for more information.