フォルダの存在を確認

PathFileExists( path ) と ::PathIsDirectory( path ) を使う。
#include <shlwapi.h>
#pragma comment( lib, "shlwapi.lib" )

が必要。

ネタ元