Function polars_io::path_utils::expand_paths

source ยท
pub fn expand_paths(
    paths: &[PathBuf],
    glob: bool,
    cloud_options: Option<&CloudOptions>,
) -> PolarsResult<Arc<[PathBuf]>>
Expand description

Recursively traverses directories and expands globs if glob is true.