Search code examples
c++default-programs

get default Windows text editor .exe path using c++


Just wanted to know how to get default Windows text editor .exe path c++. I badly need this to improve one of my c++ assignment. I've no idea how to do it.


Solution

  • The usual way would be with FindExecutable.