mkdir

mkdir -- make directory

Description

int mkdir(string pathname, int mode);

Attempts to create the directory specified by pathname.

Returns true on success and false on failure.

See also rmdir().