SYNOPSIS
	int rm(string file)

DESCRIPTION
	Remove file "file". Returns 0 for failure and 1 for success.

SEE ALSO
	mkdir(E), rmdir(E), rename(E)
