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.