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