Search code examples
c#windows-explorersystem.io.fileinfo

FileInfo object property question - C#?


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

Solution

  • Yes, in a nutshell.

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