# File lib/fssm/pathname.rb, line 217
    def opendir(&blk)
      Dir.open(self, &blk)
    end