Код: Выделить всё
string exe_path = system.get_exe_path()
print "This executable is located in " + exe_path
Как можно легко сделать это с помощью C#?
Подробнее здесь: https://stackoverflow.com/questions/165 ... le-using-c
Код: Выделить всё
string exe_path = system.get_exe_path()
print "This executable is located in " + exe_path