以下の内容はhttps://blog.systemjp.net/entry/2014/01/24/193104より取得しました。


MFCでファイルの更新日付取得

[vc][mfc]

CFileFind find;
if(find.FindFile(tmpFilepath))
{
	find.FindNextFile();
	CTime updateTime;
	find.GetLastWriteTime(updateTime);
	find.Close();
}

ネタ元




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

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