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