# File lib/chef/knife/core/object_loader.rb, line 104
        def file_exists_and_is_readable?(file)
          File.exists?(file) && File.readable?(file)
        end