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.
C#でファイルの変更日を読み取るにはどうすればよいですか?
以下のコードを使用して、ファイルの作成日を読み取ることができます。
ModifyDate = File.GetCreationTime(FilePath)
File.GetLastWriteTimeが仕事をします
GetLastWriteTimeを探していると思います