From the NannyMUD documentation

LAST CHANGE

2000-12-09

FUNCTION


NAME

        rm - Remove a file.

SYNTAX

	int rm(string filename)

DESCRIPTION

	Removes the file with the given 'filename'.

RETURN VALUES

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

SEE ALSO

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