Skip to main content

is_same_inode

Function is_same_inode 

Source
pub fn is_same_inode(a: &Path, b: &Path) -> bool
Expand description

Check if two paths refer to the same file (same inode on Unix, same file index on Windows).