資源簡介
C++ 修改文件創建日期(提高篇-實例225).zip
代碼片段和文件信息
//?SetCreateTime.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“SetCreateTime.h“
#include?“SetCreateTimeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSetCreateTimeApp
BEGIN_MESSAGE_MAP(CSetCreateTimeApp?CWinApp)
//{{AFX_MSG_MAP(CSetCreateTimeApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CSetCreateTimeApp?construction
CSetCreateTimeApp::CSetCreateTimeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
///////////////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3705??2013-11-13?13:11??ReadMe.txt
?????文件?????????829??2013-11-13?13:15??Resource.h
?????文件???????21192??2013-11-13?13:43??SetCreateTime.aps
?????文件????????1315??2013-11-13?13:44??SetCreateTime.clw
?????文件????????2161??2013-11-13?13:11??SetCreateTime.cpp
?????文件????????4285??2013-11-13?13:11??SetCreateTime.dsp
?????文件?????????549??2013-11-13?13:11??SetCreateTime.dsw
?????文件????????1401??2013-11-13?13:11??SetCreateTime.h
?????文件???????48640??2013-11-13?13:44??SetCreateTime.opt
?????文件????????5560??2013-11-13?13:42??SetCreateTime.rc
?????文件????????4776??2013-11-13?13:40??SetCreateTimeDlg.cpp
?????文件????????1488??2013-11-13?13:16??SetCreateTimeDlg.h
?????文件?????????215??2013-11-13?13:11??StdAfx.cpp
?????文件????????1054??2013-11-13?13:11??StdAfx.h
?????文件????????1078??2013-11-13?13:11??res\SetCreateTime.ico
?????文件?????????405??2013-11-13?13:11??res\SetCreateTime.rc2
- 上一篇:C++ 移動文件
- 下一篇:C++ 等待打開的記事本程序關閉
評論
共有 條評論