class ChefConfig::Config

def self.c_chef_dir(windows: ChefUtils.windows?)

Returns:
  • (String) - the platform-specific path
def self.c_chef_dir(windows: ChefUtils.windows?)
  drive = windows_installation_drive || "C:"
  PathHelper.join(drive, ChefUtils::Dist::Infra::DIR_SUFFIX, windows: windows)
end