You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! Win32: symlink: add support for symlinks to directories
Change the way how directory symlinks are detected by trying to
open the link's target instead of the link itself.
It seems that Windows 10 1803 (April 2018 Update) does not allow to call
CreateFile on a link of a wrong type. If a file symlink points to a directory
an attempt to open it with CreateFile causes an ERROR_ACCESS_DENIED.
This behavior is different in previous version of Windows 10 (CreateFile
opens the incorrect link without complaining), that's why it worked fine
before.
This fixes#1646
Signed-off-by: Michał Dudak <[email protected]>
0 commit comments