list_available_files#
- uniharmony.datasets.list_available_files(hidden_dataset_path: Path) list[Path]#
List all available files in the DataLad dataset.
This function is useful for debugging and exploration purposes. It returns a list of all files that are present in the dataset, regardless of the filtering criteria.
- Parameters:
- hidden_dataset_pathPath
Path to the DataLad dataset.
- Returns:
- list of Path
A list of paths to all available files in the dataset.