• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论