Open
Description
Lines 127 to 195 in c048ad8
In these implementations, followp
is not used at all for Win32. This looks wrong, because Windows supports symbolic links similar enough to POSIX. There is no reason to keep the inconsistent behaviors. Further, the behavior is also not the default of POSIX, due to the fact that GetFileAttributesExW
does not follow links (i.e. it is more like lstat
but not stat
). These gliches are not documented.
Metadata
Metadata
Assignees
Labels
No labels