public static void deleteMementoDir(File f) {
   FileBasedObjectStore.deleteCompletely(f);
 }