# File lib/fileutils.rb, line 770
  def remove_file(path, force = false)
    Entry_.new(path).remove_file
  rescue
    raise unless force
  end