资源简介
获取文件和文件夹属性
代码片段和文件信息
// FileStatus.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “FileStatus.h“
#include “FileStatusDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFileStatusApp
BEGIN_MESSAGE_MAP(CFileStatusApp CWinApp)
//{{AFX_MSG_MAP(CFileStatusApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CFileStatusApp construction
CFileStatusApp::CFileStatusApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFileStatusApp object
CFileStatusApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFileStatusApp initialization
BOOL CFileStatusApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CFileStatusDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 114798 2013-07-01 17:17 02\Debug\FileStatus.exe
文件 204448 2013-07-01 17:17 02\Debug\FileStatus.ilk
文件 18068 2013-07-01 17:17 02\Debug\FileStatus.obj
文件 5494708 2013-07-01 17:17 02\Debug\FileStatus.pch
文件 287744 2013-07-01 17:17 02\Debug\FileStatus.pdb
文件 3400 2013-07-01 17:17 02\Debug\FileStatus.res
文件 43405 2013-07-01 17:17 02\Debug\FileStatusDlg.obj
文件 106073 2013-07-01 17:17 02\Debug\StdAfx.obj
文件 205824 2013-07-01 17:17 02\Debug\vc60.idb
文件 364544 2013-07-01 17:17 02\Debug\vc60.pdb
文件 2119 2007-01-31 09:07 02\FileStatus.cpp
文件 4231 2007-01-31 09:07 02\FileStatus.dsp
文件 543 2007-01-31 09:07 02\FileStatus.dsw
文件 1368 2007-01-31 09:07 02\FileStatus.h
文件 41984 2013-07-01 17:17 02\FileStatus.ncb
文件 55296 2013-07-01 17:17 02\FileStatus.opt
文件 1821 2013-07-01 17:17 02\FileStatus.plg
文件 7225 2007-02-25 13:04 02\FileStatus.rc
文件 7220 2007-01-31 10:37 02\FileStatusDlg.cpp
文件 1768 2007-01-31 10:32 02\FileStatusDlg.h
文件 1078 2007-01-31 09:07 02\res\FileStatus.ico
文件 402 2007-01-31 09:07 02\res\FileStatus.rc2
文件 1562 2007-01-31 10:33 02\resource.h
文件 212 2007-01-31 09:07 02\StdAfx.cpp
文件 1054 2007-01-31 09:07 02\StdAfx.h
目录 0 2013-07-01 17:17 02\Debug
目录 0 2013-06-26 11:52 02\res
目录 0 2013-07-01 17:17 02
----------- --------- ---------- ----- ----
6970895 28
............此处省略1个文件信息
相关资源
- 单文档多视图与相互切换
- 基于Wince5.0的通讯录
- opencv stitching拼接
- 青鸟消防辅助编程工具.exe
- 敏感词统计与过滤系统
- 一个复杂的电梯调度程序
- 中国象棋和五子棋的算法讲解和vc源代
- 两个吃一个棋类游戏
- tiger1.zip
- TCP通信存入数据库
- Flappy Bird 试验版
- IGS数据工具
- PDF阅读器源码
- 综合使用作业调度和进程调度模拟作
- iProTool.zip
- AutoCAD绘图交换文件DXF实体对象说明
- SkinSharp 完整破解版 带51款皮肤
- 使用winring监控cpu温度
- PC远程控制程序
- 旅行模拟查询系统
- a* 算法 人工智能 拼图游戏
- 中国地图着色
- 最简单的基于DirectShow的
- DirectShow的视频播放器.rar
- 车辆与车道线的检测与跟踪
- MDI子窗口管理及子窗口创建
- 实现Bresenham算法画任意斜率直线
- 利用鼠标绘制圆和椭圆
- 图形学多边形裁剪绘制实验
- TCP客户端与服务器
评论
共有 条评论