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