same_file

Function same_file 

Source
pub fn same_file<P: AsRef<Path>>(file1: P, file2: P) -> Result<bool, Error>
Expand description

Check whether two files refere to same file in filesystem.