Functions HI-TECH C MKDIR

MKDIR, RMDIR

SYNOPSIS

#include  <sys.h>

int mkdir(char * s)
int rmdir(char * s)


DESCRIPTION

These functions allow the creation (mkdir()) and deletion (rmdir()) of sub-directories under the MS-DOS operating system. The argument s may be an arbitrary pathname, and the return value will be -1 if the creation or removal was unsuccessful.

SEE ALSO

chdir