指定したフォルダをエクスプローラで開く

ShellExecute()を使う。


例:

ShellExecute(NULL, "open", csOutputFolderPath, NULL, NULL, SW_SHOWNORMAL);

ネタ元