# File lib/chef_zero/data_store/v1_to_v2_adapter.rb, line 88
      def exists?(path)
        return false if skip_organizations?(path)
        fix_exceptions do
          real_store.exists?(path[2..-1])
        end
      end