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