mirror of https://github.com/OpenVPN/openvpn-gui
Browse Source
Extend the string comparison of the two paths to include comparing their file information structure. (See Remarks under the MSDN docs for GetFileInformationByHandle) If the strings are identical we treat them as identical without checking further whether the paths are valid. This matches the current behaviour. Otherwise, the two paths are treated as identical if both exist, are accessible and point to the same object in the file system. Trac: #1359, #1376 Signed-off-by: Selva Nair <selva.nair@gmail.com>pull/406/head
Selva Nair
4 years ago
committed by
Gert Doering
1 changed files with 60 additions and 1 deletions
Loading…
Reference in new issue