Function shell_rs::core::fs::same_file[][src]

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.