m_rmdir
This call removes the directory specified by bp.
- Syntax: int far m_rmdir(char far *bp, int len, int sys)
- Parameters: char far *bp - Pointer to the directory to be deleted
int len - Length of the name of the directory to be deleted
int sys - If sys is non-zero, the System Manager will create the path
from the system directory
- Returns: 0 - if successful
Any other value indicates an error condition.