form.setDigitalCollections(col);
}
form.OpacAuswerten();
try {
Prozess p = form.NeuenProzessAnlegen2();
if (p.getId() != null) {
// copy image files to new directory
File images = new File(dir.getAbsoluteFile() + File.separator + processTitle.substring(0, processTitle.length() - 4)
+ File.separator);