Hey all,
I have an application I've built and I want to increment the revision numbers on it just by changing the File Name of the compiled executable.
My hopes were to have my program look at the compiled executable (which is itself) then take the name and put it into my main form's caption.
This would allow the revision number to be displayed on the form's caption (without needed to update that part as well). Yay Automation!
So, I'd like to ask, is there a way where I can retrieve the File Name of the application that is running?
Thanks much, your help is greatly appreciated!
God Bless,
-Nick
I have an application I've built and I want to increment the revision numbers on it just by changing the File Name of the compiled executable.
My hopes were to have my program look at the compiled executable (which is itself) then take the name and put it into my main form's caption.
This would allow the revision number to be displayed on the form's caption (without needed to update that part as well). Yay Automation!
So, I'd like to ask, is there a way where I can retrieve the File Name of the application that is running?
Thanks much, your help is greatly appreciated!
God Bless,
-Nick