pub fn relative_data_files(
path: impl AsRef<Path>,
) -> Result<Vec<PathBuf>, Error>Expand description
Collects all data files in a directory, relative to it.
Convenience wrapper around relative_files that passes in all variants of
MetadataFileName as well as INSTALL_SCRIPTLET_FILE_NAME to its filter option.
This ensures, that only the paths of data files are returned.
ยงErrors
Returns an error if relative_files fails.