138139140141142143144145146147148
{ done = file.exists(); } // As this is the parent of our junction it has to be a folder file.attachChild(childName, FileType.FOLDER); } // TODO - attach all cached children of the junction point to their real file } catch (final Exception e)
140141142143144145146147148149150