Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, Is it possible to get the relative path of the current process ?If yes how?
Luck is Opportunity with hardwork
Check out
Environment.CurrentDirectory Application.ExecutablePath Application.StartupPath
For a detailed description of those paths see the MSDN documentation regards