DOSRemove

Removes a file from 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 DOSRemove  (  
     const char  *fileName);
  

Parameters

fileName
(IN) Points to the DOS file name to be removed.

Return Values

0

Success

DOS error code

Failure