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