I want to get the name of the currently running program, that is the executable name of the program. In C/C++ you get it from args[0]
.
I want to get the name of the currently running program, that is the executable name of the program. In C/C++ you get it from args[0]
.