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.
This_object() will also need write access to the path.
SEE ALSO
kfun/get_dir, kfun/make_dir