Common.recurseDelete(home+"users/"+credentials.getProperty("username")+"/dc/"+guid+"/",false);
new File(home+"users/"+credentials.getProperty("username")+"/dc/"+guid+"/").mkdirs();
Common common_code = new Common();
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+guid+"/info.XML",info,"props");
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+guid+"/attributes.XML",attributes,"props");
Element object2 = new Element("object");
transaction.addContent(object2);
loadObject(object2,home+"users/"+credentials.getProperty("username")+"/dc/"+guid+"/");
object2.removeChildren("attribute");