Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Windows MFC 应用程序。我正在我的设计中准备一个报告列表,CListCtrl我可以列出文件的名称、大小、类型和修改日期。我不知道如何显示文件的大小。有谁知道该怎么做?
CListCtrl
要一次性获取所有信息,请使用:
CFileStatus filestatus; CFile::GetStatus( filename, filestatus );