[Issue 16595] thisExePath resolves symlinks but this isn't mentioned in docs

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Dec 16 00:42:00 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16595

Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2 at gmail.com

--- Comment #2 from Timothee Cour <timothee.cour2 at gmail.com> ---
at very least it should be documented; but IMO thisExePath has no business
resolving symlinks; and the function that does realpath/readlink should be
exposed as a separate function (cross platform), so user could call
realPath(thisExePath) if he wants to.

--


More information about the Digitalmars-d-bugs mailing list