fn get_session_backup_idxs(
    session_path: &Path
) -> Result<Vec<usize>, BackupLoadError>
Expand description

Find all *.abfts files at session_path and return their indexes sorted, if all are present.