127128129130131132133134135136137138139
try { if(useThreads) { WorkThread thread = new WorkThread(fullSrcPath, fullDestPath, excludes); if(thread.isInit()) threadPool.execute(thread); } else { if(manager == null)