Function fsync::have_same_contents [] [src]

pub fn have_same_contents<P: AsRef<Path>>(
    source: P,
    target: P
) -> Result<bool, Error>

Verify if two files have the same contents.