以下の内容はhttps://blog.systemjp.net/entry/20100316/p7より取得しました。


フォルダの存在確認はPathFileExists

#include <shlwapi.h>				// 要link shlwapi.lib

CString path = _T("C:\\foo.bar");
if( ::PathFileExists( path ) && !::PathIsDirectory( path ) ){
 // 指定されたパスにファイルが存在、かつディレクトリでない
}else if( ::PathFileExists( path ) ){
 // 指定されたパスがディレクトリである
}



以上の内容はhttps://blog.systemjp.net/entry/20100316/p7より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14