1

Does the following System.IO.FileInfo properties map to the following properties in the Windows Explorer application:

  • CreationTime = Date Created
  • LastWriteTime = Date Modified
  • LastAccessTime = Date Accessed
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231

1 Answers1

5

Yes, in a nutshell.

(I'm not sure I can add anything else of any use here...)

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194