查找文件大小 Windows MFC 应用程序
我正在开发 Windows MFC 应用程序。我正在设计中准备一份报告列表 使用 CListCtrl
我可以列出文件的名称、大小、类型和修改日期。我不知道如何显示文件的大小。有人知道该怎么做吗?
I am working on a Windows MFC application. I am preparing a report list in my design
using CListCtrl
were I can list the name, size, type and modified date of the file. I do not know how to display the size of a file. Do any one know how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要一次性获取所有信息,请使用:
To get all your info in one shot, use: