[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 13:21:53 PST 2016


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

--- Comment #6 from Timothee Cour <timothee.cour2 at gmail.com> ---
no, as doc says, asNormalizedPath "Does not resolve symbolic links."
realPath would resolve them recursively (just like python realpath)

--


More information about the Digitalmars-d-bugs mailing list