cd ~/projects/program dmd Program.d -ofProgram
That executable would be located in /home/alan/projects/program for example. SO my question is how would I fetch the absolute path to that directory?
Thanks for any help!
cd ~/projects/program dmd Program.d -ofProgram
That executable would be located in /home/alan/projects/program for example. SO my question is how would I fetch the absolute path to that directory?
Thanks for any help!