Skip to main content

files_have_same_content

Function files_have_same_content 

Source
pub fn files_have_same_content(path_a: &Path, path_b: &Path) -> bool
Expand description

Compare two files for byte-identical content. Returns true only if both files exist, have the same size, and identical content.