[][src]Function yadf::find_dupes

pub fn find_dupes<H, P>(
    _hasher: PhantomData<H>,
    directories: &[P],
    min: Option<u64>,
    max: Option<u64>
) -> TreeBag<u64, DirEntry> where
    H: Hasher + Default,
    P: AsRef<Path>, 

This will attemps a complete scan of every file, within the given size constraints, at the given path.