C
csharpula csharp
Hello,
I am using Assembly.GetExecutingAssembly().Location in order to get the
path to the running executable and to attach to it continuation of path
i want to access in code.
What I get is the path + dll file with
Assembly.GetExecutingAssembly().Location ,how can I get the path to
Debug folder only without the dll? With which property?
Thank u!
I am using Assembly.GetExecutingAssembly().Location in order to get the
path to the running executable and to attach to it continuation of path
i want to access in code.
What I get is the path + dll file with
Assembly.GetExecutingAssembly().Location ,how can I get the path to
Debug folder only without the dll? With which property?
Thank u!