I need to extract the date from the \"Media Created\" column (highlighted in green in my the example photo below) using C#.
In my example, the \"Media Created\" and
There are another way to retrieve data, using the Microsoft.WindowsAPICodePack.Shell namespace.
ShellObject shell = ShellObject.FromParsingName(path); var data = shell.Properties.System.Media.DateEncoded;