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

资源简介

C++ 批量文件夹重命名(提高篇-实例240).zip

资源截图

代码片段和文件信息

// RenameMDir.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “RenameMDir.h“
#include “RenameMDirDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CRenameMDirApp

BEGIN_MESSAGE_MAP(CRenameMDirApp CWinApp)
//{{AFX_MSG_MAP(CRenameMDirApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CRenameMDirApp construction

CRenameMDirApp::CRenameMDirApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CRe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3651  2013-11-18 13:51  ReadMe.txt
     文件       21012  2013-11-19 08:39  RenameMDir.aps
     文件        1222  2013-11-19 09:02  RenameMDir.clw
     文件        2119  2013-11-18 13:51  RenameMDir.cpp
     文件        4231  2013-11-18 13:51  RenameMDir.dsp
     文件         543  2013-11-18 13:51  RenameMDir.dsw
     文件        1368  2013-11-18 13:51  RenameMDir.h
     文件       48640  2013-11-19 09:02  RenameMDir.opt
     文件        5430  2013-11-18 15:00  RenameMDir.rc
     文件        5374  2013-11-19 09:02  RenameMDirDlg.cpp
     文件        1427  2013-11-18 14:57  RenameMDirDlg.h
     文件         826  2013-11-18 14:59  Resource.h
     文件         212  2013-11-18 13:51  StdAfx.cpp
     文件        1054  2013-11-18 13:51  StdAfx.h
     文件        1078  2013-11-18 13:51  res\RenameMDir.ico
     文件         402  2013-11-18 13:51  res\RenameMDir.rc2

评论

共有 条评论