DOSMkdir

Creates a directory on the DOS partition of the NetWare server

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM
Service:DOS Partition

Syntax

  #include <nwdos.h>  
   
  int DOSMkdir(  
     const char  *dirName);
  

Parameters

dirName
(IN) Points to the DOS directory name to be created.

Return Values

0

Success

DOS error code

Failure