# File lib/chef/provider/link.rb, line 85
      def canonicalize(path)
        Chef::Platform.windows? ? path.gsub('/', '\\') : path
      end