# File lib/chef_zero/data_store/raw_file_store.rb, line 138
      def exists?(path, options = {})
        File.exists?(path_to(path))
      end