# File lib/facter/core/execution/windows.rb, line 34
  def absolute_path?(path)
    !! (path =~ ABSOLUTE_PATH_REGEX)
  end