From the NannyMUD documentation

LAST CHANGE

2000-12-09

FUNCTION


NAME

        mkdir - Make a directory.

SYNTAX

	int mkdir(string pathname)

DESCRIPTION

	Makes a directory with the pathname 'pathname'.

RETURN VALUES

	1 - The directory was successfully created.
	0 - The directory could not be created.

SEE ALSO

        rmdir in efun/disc_related/rmdir
        rmdir in wizcommands/files/rmdir