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 7 x64; C#
以下の画面をご覧ください。
「統計」タブから (C# 経由で) Created\Modified DateTime を取得するにはどうすればよいですか? と を試しましたFile.GetCreationTime()がFileInfo.CreationTime、これは [一般] タブの情報です。
File.GetCreationTime()
FileInfo.CreationTime
ありがとうございました。