NAME
	remove_file - remove a file

SYNOPSIS
	int remove_file(string file)


DESCRIPTION
	Remove a file.  1 is returned if the file could be removed, 0
	otherwise.

SEE ALSO
	kfun/rename_file
