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