Esempio n. 1
0
 public static String getBackupDir(ManageableThread thread) throws AppException {
   return thread.loadDirectory("backupDir", true, false);
 }
Esempio n. 2
0
 public static String getExportDir(ManageableThread thread) throws AppException {
   return thread.loadDirectory("exportDir", true, true);
 }