# File lib/fileutils.rb, line 781
  def remove_dir(path, force = false)
    remove_entry path, force   # FIXME?? check if it is a directory
  end