# File lib/chef/provider/user/dscl.rb, line 244
        def current_home_exists?
          ::File.exist?("#{@current_resource.home}")
        end