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