資源簡介
C++ 刪除文件夾(提高篇-實例236).zip
代碼片段和文件信息
//?DeleteDirectory.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DeleteDirectory.h“
#include?“DeleteDirectoryDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDeleteDirectoryApp
BEGIN_MESSAGE_MAP(CDeleteDirectoryApp?CWinApp)
//{{AFX_MSG_MAP(CDeleteDirectoryApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDeleteDirectoryApp?construction
CDelet
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????35828??2013-11-15?14:35??DeleteDirectory.aps
?????文件????????1284??2013-11-15?14:58??DeleteDirectory.clw
?????文件????????2189??2013-11-15?13:52??DeleteDirectory.cpp
?????文件????????4325??2013-11-15?14:58??DeleteDirectory.dsp
?????文件?????????553??2013-11-15?13:52??DeleteDirectory.dsw
?????文件????????1423??2013-11-15?13:52??DeleteDirectory.h
?????文件???????48640??2013-11-15?14:58??DeleteDirectory.opt
?????文件????????5431??2013-11-15?14:35??DeleteDirectory.rc
?????文件????????5199??2013-11-15?14:57??DeleteDirectoryDlg.cpp
?????文件????????1456??2013-11-15?13:54??DeleteDirectoryDlg.h
?????文件????????3741??2013-11-15?13:52??ReadMe.txt
?????文件?????????785??2013-11-15?13:59??Resource.h
?????文件?????????217??2013-11-15?13:52??StdAfx.cpp
?????文件????????1054??2013-11-15?13:52??StdAfx.h
?????文件????????1078??2013-11-15?13:52??res\DeleteDirectory.ico
?????文件?????????407??2013-11-15?13:52??res\DeleteDirectory.rc2
評論
共有 條評論