◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <direct.h>, <errno.h> Syntax: int mkdir( char *dirname ); Returns: 0 if successful, or -1 if not. errno: EACCES, ENOENT See also: chdir, rmdir -♦-