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