資源簡介
C++ 修改文件夾的只讀屬性(提高篇-實例243).zip
代碼片段和文件信息
//?ReadOnly.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ReadOnly.h“
#include?“ReadOnlyDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CReadOnlyApp
BEGIN_MESSAGE_MAP(CReadOnlyApp?CWinApp)
//{{AFX_MSG_MAP(CReadOnlyApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CReadOnlyApp?construction
CReadOnlyApp::CReadOnlyApp()
{
//?TODO:?add?construc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3615??2013-11-19?11:12??ReadMe.txt
?????文件???????20900??2013-11-19?11:28??ReadOnly.aps
?????文件????????1173??2013-11-19?11:32??ReadOnly.clw
?????文件????????2091??2013-11-19?11:12??ReadOnly.cpp
?????文件????????4195??2013-11-19?11:12??ReadOnly.dsp
?????文件?????????539??2013-11-19?11:12??ReadOnly.dsw
?????文件????????1346??2013-11-19?11:12??ReadOnly.h
?????文件???????48640??2013-11-19?11:32??ReadOnly.opt
?????文件????????5325??2013-11-19?11:26??ReadOnly.rc
?????文件????????5091??2013-11-19?11:26??ReadOnlyDlg.cpp
?????文件????????1429??2013-11-19?11:22??ReadOnlyDlg.h
?????文件?????????824??2013-11-19?11:18??Resource.h
?????文件?????????210??2013-11-19?11:12??StdAfx.cpp
?????文件????????1054??2013-11-19?11:12??StdAfx.h
?????文件????????1078??2013-11-19?11:12??res\ReadOnly.ico
?????文件?????????400??2013-11-19?11:12??res\ReadOnly.rc2
評論
共有 條評論