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