dgd/
dgd/doc/net/
dgd/src/host/unix/
dgd/src/host/win32/res/
dgd/src/lpc/
dgd/src/parser/
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