pub fn same_file<P: AsRef<Path>>(file1: P, file2: P) -> Result<bool, Error>
Check whether two files refere to same file in filesystem.