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.
ファイルが作成されてからの時間を計算したい。たとえば、ファイルが 12 か月前に作成された場合、ファイルを削除したい。私は今これを持っています:
DateTime fileCreatedDate = File.GetCreationTime(path);
ありがとうございました!