/* 479 */ addDirectory(currentNode, fullPathName);
/* */
/* 481 */ currentRoot = findRoot(top, currentNode);
/* 482 */ currentRoot.add(currentNode);
/* */
/* 484 */ if (imple.allObjUids(fullPathName, uids))
/* */ {
/* 486 */ Uid theUid = new Uid(Uid.nullUid());
/* */ try
/* */ {
/* 490 */ boolean endOfUids = false;