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 );