pub fn same_content(a: &Path, b: &Path) -> boolExpand description
Check whether two files have identical content. Returns false if either file doesn’t exist or can’t be read, or if their sizes differ (avoids reading content when lengths don’t match).