# File lib/fssm/pathname.rb, line 445
    def symlink(to)
      File.symlink(self, to)
    end