270271272273274275276277278279280
{ (new TableItem(tFiles, SWT.NONE)).setText(files[i].toString()); } } else if(mode == 1) { if(project.addDirectory(files[i])) { (new TableItem(tDirs, SWT.NONE)).setText(files[i].toString()); } } else if(mode == 2) {