Example #1
0
 public FileVar getChild(String name) {
   File f = file.getChild(name);
   if (f != null) return new FileVar(f);
   return null;
 }