Hi/2.
If a is the symbolic link to b.exe, and a.exe exists, what should be checked first as the executable ?
Currently, __spawnve() check a.exe instead of a. Usually, this is a proper approach. However, if a is the symbolic link to the other executable b.exe, it would be better to check a first.
What do you think about this?
Hi/2.
If
ais the symbolic link tob.exe, anda.exeexists, what should be checked first as the executable ?Currently,
__spawnve()checka.exeinstead ofa. Usually, this is a proper approach. However, ifais the symbolic link to the other executableb.exe, it would be better to checkafirst.What do you think about this?