# File lib/fssm/pathname.rb, line 420
    def open(mode = 'r', perm = nil, &blk)
      File.open(self, mode, perm, &blk)
    end