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

资源简介

C++ 获取文件所在路径(提高篇-实例221).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetPathName.h“
#include “GetPathNameDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetPathNameApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetPathNameApp construction

CGetPathNameApp::CGetPathNameApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35608  2013-11-12 11:19  GetPathName\GetPathName.aps
     文件        1145  2013-11-12 11:21  GetPathName\GetPathName.clw
     文件        2133  2013-11-12 11:11  GetPathName\GetPathName.cpp
     文件        4249  2013-11-12 11:11  GetPathName\GetPathName.dsp
     文件         545  2013-11-12 11:11  GetPathName\GetPathName.dsw
     文件        1379  2013-11-12 11:11  GetPathName\GetPathName.h
     文件       48640  2013-11-12 11:21  GetPathName\GetPathName.opt
     文件        5264  2013-11-12 11:19  GetPathName\GetPathName.rc
     文件        4351  2013-11-12 11:17  GetPathName\GetPathNameDlg.cpp
     文件        1382  2013-11-12 11:11  GetPathName\GetPathNameDlg.h
     文件        3669  2013-11-12 11:11  GetPathName\ReadMe.txt
     文件         735  2013-11-12 11:17  GetPathName\Resource.h
     文件         213  2013-11-12 11:11  GetPathName\StdAfx.cpp
     文件        1054  2013-11-12 11:11  GetPathName\StdAfx.h
     文件        1078  2013-11-12 11:11  GetPathName\res\GetPathName.ico
     文件         403  2013-11-12 11:11  GetPathName\res\GetPathName.rc2

评论

共有 条评论