616617618619620621622623624625626
} for (int i = 0 ; i < files_array.length ; i++) { complete_file_from.push(destinationDir + System.getProperty("file.separator") + config_directoryToRestore +System.getProperty("file.separator") + files_array[i].getName()); complete_file_to.push(azureusUserDir + System.getProperty("file.separator") + files_array[i].getName()); } } catch (Exception configException) {
645646647648649650651652653654655
complete_file_from.push(az_file.getPath()); if ( View.getPluginInterface().getUtilities().isOSX() ) { complete_file_to.push(DirectoryUtils.getInstallDirectory() + "/Azureus.app/Contents/Resources/Java/" + "Azureus2.jar"); } else {
651652653654655656657658659660661
+ "/Azureus.app/Contents/Resources/Java/" + "Azureus2.jar"); } else { complete_file_to.push(DirectoryUtils.getInstallDirectory() + System.getProperty("file.separator") + "Azureus2.jar"); } }
4950515253545556575859
sortCVSArray(files_string); StackX sortedArray = new StackX(files_string.length); for(int i = 0 ; i < files_string.length ; i++){ sortedArray.push(files_string[i][0]); } while(!sortedArray.isEmpty()){