S
shapper
Hello,
On a C# file I need to get the current solution parent path.
But not the immediate path. I need to get 3 directories up.
Because I am not sure how to get the current Solution path I defined
the following:
String l = Assembly.GetExecutingAssembly().Location;
But now from this location it is even worse. I need to get the
directory from 6 levels up.
I have been using Path, Directory, etc ... But can't find a good way
to do this.
How can I do this?
Thanks,
Miguel
On a C# file I need to get the current solution parent path.
But not the immediate path. I need to get 3 directories up.
Because I am not sure how to get the current Solution path I defined
the following:
String l = Assembly.GetExecutingAssembly().Location;
But now from this location it is even worse. I need to get the
directory from 6 levels up.
I have been using Path, Directory, etc ... But can't find a good way
to do this.
How can I do this?
Thanks,
Miguel