Skip to content

Priority of a symbolic link to .exe vs an .exe itself #174

@komh

Description

@komh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions