# File lib/pathname2.rb, line 538
   def unc?
      unless @win
         raise NotImplementedError, "not supported on this platform"
      end

      PathIsUNC(self)
   end