NAME: rm SYNTAX: int rm(string file) DESCRIPTION: Removes the file "file". "file" must start with a / (slash). RETURN VALUE: 'rm' returns 0, if not successful, 1 if successful. See also: efun/cat, efun/write_file, efun/file_size