list_dir_all

Function list_dir_all 

Source
pub fn list_dir_all<P: AsRef<Path>>(dir: P) -> Result<Vec<FileInfo>, Error>
Expand description

Recursively list specified directory.

This function always returns the same entries in the same order for the same directory. It also remaps inodes to make listings of the two directories conataining the same files consistent.

The intended usage is to compare the contents (files and metadata) of the two directories.