NAME
	remove_dir - remove a directory

SYNOPSIS
	int remove_dir(string dir)


DESCRIPTION
	Remove a directory, which must be empty.  1 is returned if the
	directory could be removed, 0 otherwise.

SEE ALSO
	kfun/get_dir, kfun/make_dir
