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
Does the following System.IO.FileInfo
properties map to the following properties in the Windows Explorer application:
Yes, in a nutshell.
(I'm not sure I can add anything else of any use here...)