-

Changes

Jump to: navigation, search

Functions HI-TECH C MKDIR

432 bytes added, 22:32, 31 July 2017
Created page with "<strong>MKDIR, RMDIR<strong> ==SYNOPSIS== #include <sys.h> int mkdir(char * s) int rmdir(char * s) ==DESCRIPTION== These functions allow the creation (<strong>mkdir</..."
<strong>MKDIR, RMDIR<strong>
==SYNOPSIS==

#include <sys.h>

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


==DESCRIPTION==
These functions allow the creation (<strong>mkdir</strong>()) and deletion (<strong>rmdir</strong>()) 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

Navigation menu