OSはlinuxです。C/C++勉強してます。 ディレクトリの中のファイルの日付を取得したいのですが、 opendirとreaddir関数使いました。 struct dirent { ino_t d_ino; /* "inode number" of entry */ off_t d_off; /* offset of disk directory entry */ unsigned short d_reclen; /* length of this record */ char d_name[1]; /* name of file */ }; この中に日付無いのですが、どうしたらよろしいでしょうか。 よろしくお願いします。