m_delete
This call deletes the file specified by bp, whose length is len.
- Syntax: int far m_delete(char far *bp, int len, int sys)
- Parameters: char far *bp - Pointer to the file to be deleted
int lys - If sys is set, the System Manager will build a
path for the file using the system directory
- Returns: 0 - if successful
Any other value indicates an error condition.