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