Re: [PATCH] path_conv: do not get confused by a directory with `.lnk` suffix

2022-01-18 Thread Corinna Vinschen
On Jan 17 21:20, Johannes Schindelin wrote: > When trying to create a directory called `xyz` in the presence of a > directory `xyz.lnk`, the Cygwin runtime errors out with an `ENOENT`. > > The root cause is actually a bit deeper: the `symlink_info::check()` > method tries to figure out whether the

[PATCH] path_conv: do not get confused by a directory with `.lnk` suffix

2022-01-17 Thread Johannes Schindelin
When trying to create a directory called `xyz` in the presence of a directory `xyz.lnk`, the Cygwin runtime errors out with an `ENOENT`. The root cause is actually a bit deeper: the `symlink_info::check()` method tries to figure out whether the given path refers to a symbolic link as emulated via