P
Pluto
Hi,
I can have code like:
Application.ExecutablePath
to return something like "c:\blah\myapp.exe"
I only want "c:\blah\myapp" (or even just "myapp") to return, is there some
other code I can use? Otherwise, I'll have to trim the ".exe".
In the end I want to build a string like "c:\blah\myapp.config".
Thanks.
I can have code like:
Application.ExecutablePath
to return something like "c:\blah\myapp.exe"
I only want "c:\blah\myapp" (or even just "myapp") to return, is there some
other code I can use? Otherwise, I'll have to trim the ".exe".
In the end I want to build a string like "c:\blah\myapp.config".
Thanks.