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 で C で開かれた最後の日付を特定する方法です。それについてのヒントが必要です。
ありがとう。
Windows ソリューションの場合、GetFileAttributesEx 関数を呼び出してその情報を見つけます。あるいは、C ランタイムは、情報を取得できる stat 関数を提供する可能性が最も高いでしょう。