# File lib/pathname2.rb, line 520
   def root?
      if @win
         PathIsRoot(self)
      else
         self == root
      end
   end