Hi,
I think this question might be trivial for the most of you but somehow I cannot find the answer... so, I have a Visual Studio 2008 Solution foo and a Project bar in this solution. In my bar-Project i've got a Directory called baz, it looks like this:
foo dir
|
+-> bar dir
|
+-> baz dir
|
+-> asd file
now I want to open my "asd file" in bar-project but need the exact path to "asd file", how can I find it? I tried simply "baz\asd" but it doesn't work.
Thanks!
J