Few Args like $(WorkingDir) or $(OutputFileDir) ?

CodeLite installation/troubleshooting forum
solewalker
CodeLite Veteran
Posts: 75
Joined: Thu Mar 14, 2013 11:24 am
Genuine User: Yes
IDE Question: C++
Contact:

Few Args like $(WorkingDir) or $(OutputFileDir) ?

Post by solewalker »

Is there any arg for getting project working directory or output file directory. Sometime, I need to open the directory of the .exe to add some resource or something. So, I am using an external tool, with a batch file containing "explore ." and I set Working Directory from codelite.
So, far I could get CurrentFilePath, ProjectPath or WorkspacePath but could not find a way to get OutputFile's path or working directory of the project.