I am using visual studio 2008 and I have a few files that I want to reference when in #debug mode. How do I get the directory of the workspace so that I do not have to manually change it every time I am at a different computer?
For instance, when I'm at work, my workspace is in c:\work2, when I'm at home, it is in d:\work.
This isn't an issue on the live product but it is when I change computers or other uses load the project since the files are in different directories for each workspace.
thanks! Eroc