pub fn expand_paths( paths: &[PathBuf], glob: bool, cloud_options: Option<&CloudOptions>, ) -> PolarsResult<Arc<[PathBuf]>>
Recursively traverses directories and expands globs if glob is true.
glob
true