When you Right-click a file in Windows/File Explorer > Properties > Details, you get a whole lot of useful information about that file.
How can we programmatically access that information in C#?
The only somewhat (no offense) answer I've come across after months of searching for a solution is How do I get details from File Properties? - but that answer was written 4 years ago. There has to be a better way to achieve this goal by now, right?