pub fn infos_refer_to_same_file(
    info1: IOResult<FileInformation>,
    info2: IOResult<FileInformation>
) -> bool
Expand description

Checks if p1 and p2 are the same file information. If error happens when trying to get files’ metadata, returns false