# File lib/rumai/fs.rb, line 100
    def [] aSubPath
      @@cache[ File.join(@path, aSubPath.to_s) ]
    end