m_mkdir
This call creates the directory specified by bp, of length len.
- Syntax: int far m_mkdir(char far *bp, int len, int sys)
- Parameters: char far *bp - Pointer to the name of the directory to be created
int len - Length of the name of the directory to be created
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.