return null;
}
checkProjectLockForDestination(newLocation);
originalLocation.updateProjectFileWithName(newName);
transferData(newLocation);
newLocation.updateProperties();
return newLocation;
}
private ProjectLocation createNewLocation(String newName) {
File newFolder = new File(originalLocation.getLocation().getParentFile(), newName);