if(!randomChild.isBrowsable())
continue;
// Try to ls() in RandomChild to trigger an IOException if folder is not readable
// so that no error dialog pops up when calling tryChangeCurrentFolder()
randomChild.ls();
fileTable.selectFile(randomChild);
ActionManager.performAction(com.mucommander.ui.action.impl.OpenAction.Descriptor.ACTION_ID, mainFrame);
// folderPanel.tryChangeCurrentFolder(randomChild, true);
}
}
catch(Exception e) {