[Issue 16325] Provide a construct for a source file to determine where it lives on the file system.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 27 06:53:09 PDT 2016


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

--- Comment #1 from Jonathan Marler <johnnymarler at gmail.com> ---
Was implemented here: https://github.com/dlang/dmd/pull/5959

Adds a new special compiler trait __FILE_FULL_PATH__ that reduces to the
absolute path of the current source file.

--


More information about the Digitalmars-d-bugs mailing list