資源簡介
C++ 用C語言判斷文件是否存在(提高篇-實例213).zip
代碼片段和文件信息
//?IsExist.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“IsExist.h“
#include?“IsExistDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CIsExistApp
BEGIN_MESSAGE_MAP(CIsExistApp?CWinApp)
//{{AFX_MSG_MAP(CIsExistApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CIsExistApp?construction
CIsExistApp::CIsExistApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CIsExistApp?object
CIsExist
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????20992??2013-11-11?13:45??IsExist.aps
?????文件????????1243??2013-11-11?13:49??IsExist.clw
?????文件????????2077??2013-11-09?16:45??IsExist.cpp
?????文件????????4177??2013-11-09?16:45??IsExist.dsp
?????文件?????????537??2013-11-09?16:45??IsExist.dsw
?????文件????????1335??2013-11-09?16:45??IsExist.h
?????文件???????48640??2013-11-11?13:49??IsExist.opt
?????文件????????5436??2013-11-11?13:34??IsExist.rc
?????文件????????5193??2013-11-11?13:32??IsExistDlg.cpp
?????文件????????1387??2013-11-11?13:07??IsExistDlg.h
?????文件????????3597??2013-11-09?16:45??ReadMe.txt
?????文件?????????823??2013-11-11?13:21??Resource.h
?????文件?????????209??2013-11-09?16:45??StdAfx.cpp
?????文件????????1054??2013-11-09?16:45??StdAfx.h
?????文件????????1078??2013-11-09?16:45??res\IsExist.ico
?????文件?????????399??2013-11-09?16:45??res\IsExist.rc2
- 上一篇:C++ 通過C庫函數讀取文件
- 下一篇:C++ 批量移動文件
評論
共有 條評論