pub fn expand_paths(
paths: &[PlPath],
glob: bool,
hidden_file_prefix: &[PlSmallStr],
cloud_options: &mut Option<CloudOptions>,
) -> Result<Buffer<PlPath>, PolarsError>Available on crate feature
polars-io only.Expand description
Recursively traverses directories and expands globs if glob is true.