Function uucore::fs::infos_refer_to_same_file
source · pub fn infos_refer_to_same_file(
info1: IOResult<FileInformation>,
info2: IOResult<FileInformation>
) -> boolExpand description
Checks if p1 and p2 are the same file information.
If error happens when trying to get files’ metadata, returns false