From the NannyMUD documentation

LAST CHANGE

2000-12-09

FUNCTION


NAME

        rmdir - Remove an empty directory.

SYNTAX

	void rmdir(string pathname)

DESCRIPTION

	Removes an empty directory.

RETURN VALUES

	1 - Succesfully removed directory.
	0 - Failed to remove directory.

SEE ALSO

        mkdir in efun/disc_related/mkdir
        mkdir in wizcommands/files/mkdir

SEE ALSO

        rm in efun/disc_related/rm
        rm in wizcommands/files/rm