}
if ((dirMade) && (successFulDownload)) {
UnZippHandler uz = new UnZippHandler(loadString, indexFolderName);
setStatus(I18n.getString("importing") + " " + description + " " + I18n.getString("lower_please_wait") + "...");
try {
uz.unZip();
// add it in there
DocSearcherIndex di = new DocSearcherIndex(zipFileString, description, searchedByDefault, 0, indexFolderName, isWeb, "", "", indexPolicy, fEnv.getArchiveDirectory());
indexes.add(di);
}
catch (IOException ioe) {