資源簡介
C++ 設置文件只讀屬性(提高篇-實例226).zip
代碼片段和文件信息
//?SetReadOnly.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“SetReadOnly.h“
#include?“SetReadOnlyDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSetReadOnlyApp
BEGIN_MESSAGE_MAP(CSetReadOnlyApp?CWinApp)
//{{AFX_MSG_MAP(CSetReadOnlyApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CSetReadOnlyApp?construction
CSetReadOnlyApp::CSetReadOnlyApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3669??2013-11-13?13:51??ReadMe.txt
?????文件?????????781??2013-11-13?13:58??Resource.h
?????文件???????35708??2013-11-13?13:59??SetReadOnly.aps
?????文件????????1223??2013-11-13?14:11??SetReadOnly.clw
?????文件????????2133??2013-11-13?13:51??SetReadOnly.cpp
?????文件????????4249??2013-11-13?13:51??SetReadOnly.dsp
?????文件?????????545??2013-11-13?13:51??SetReadOnly.dsw
?????文件????????1379??2013-11-13?13:51??SetReadOnly.h
?????文件???????48640??2013-11-13?14:11??SetReadOnly.opt
?????文件????????5378??2013-11-13?13:59??SetReadOnly.rc
?????文件????????4653??2013-11-13?14:01??SetReadOnlyDlg.cpp
?????文件????????1409??2013-11-13?13:54??SetReadOnlyDlg.h
?????文件?????????213??2013-11-13?13:51??StdAfx.cpp
?????文件????????1054??2013-11-13?13:51??StdAfx.h
?????文件????????1078??2013-11-13?13:51??res\SetReadOnly.ico
?????文件?????????403??2013-11-13?13:51??res\SetReadOnly.rc2
- 上一篇:C++ 線程的終止
- 下一篇:C++ 獲取文件擴展名
評論
共有 條評論