Hi,
I can have code like:
Application.Exe cutablePath
to return something like "c:\blah\myapp. exe"
I only want "c:\blah\my app" (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.Exe cutablePath
to return something like "c:\blah\myapp. exe"
I only want "c:\blah\my app" (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.
Comment