# File lib/facter/util/config.rb, line 24
  def self.windows_data_dir
    if Facter::Util::Config.is_windows?
      Facter::Util::Windows::Dir.get_common_appdata()
    else
      nil
    end
  end