# File lib/chef_zero/data_store/v2_to_v1_adapter.rb, line 84
      def exists_dir?(path)
        fix_exceptions do
          real_store.exists_dir?(fix_path(path))
        end
      end