EFUN mkdir()

SYNOPSIS
     int mkdir(string directory);

DESCRIPTION
     Creates the specified directory.  Returns 1 if successful, 0
     if not.  You need write access to directory.


SEE ALSO
     rm(), rmdir(), cat().

