# File lib/chef-config/workstation_config_loader.rb, line 96
    def path_exists?(path)
      Pathname.new(path).expand_path.exist?
    end