# File fs.rb, line 105
    def []= aSubPath, aContent
      self[aSubPath].write! aContent
    end