# File lib/pathname2.rb, line 958
   def symlink(old)
      File.symlink(old, self)
   end