## timothee.cour2 (@timotheecour) reported this on 2016-10-05T01:35:10Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=16595 ### CC List * andrei (@andralex) * doob (@jacob-carlborg) * timothee.cour2 ### Description ````markdown ``` import std.file; import std.stdio; void main(){ writeln(thisExePath); } ``` ``` cd /tmp/ rdmd -oftest main.d ln -s ./test ./test_foo ./test_foo /tmp/test ``` expected result: /tmp/test_foo Workaround? ````