Does not guarantee that the directory also exists; check ensure_dataset_dir()
for that.
S
: The &str-like name
of the dataset to generate the path for.name
: The name of the dataset we want to get the path of.A PathBuf with the (absolute path to the) directory.
This function may error if we failed to get the parent datasets directory (see get_datasets_dir()
).