Skip to main content

list_paths

Function list_paths 

Source
pub fn list_paths(paths: &[PathBuf], opts: &ListOptions) -> Result<Vec<Listing>>
Expand description

List multiple paths, returning one Listing per successful path.

Failures on individual path arguments are collected (serious) rather than aborting the whole run, matching GNU ls multi-argument behavior.