Possible Duplicate:
Read/Write 'Extended' file properties (C#)
Does anyone know how to get the information contained in the Details tab of a File's properties window? Any .NET library I'm overlooking?
This is the window/information I'm talking about:
It seems like there would be a better way to access these data rather than having to employ various methods to extract metadata of various file types, since there's certainly some overlap on the categories of information available under this tab, even for different file types. But search as I might, I haven't come across anyone wanting to do this for any (or many) file types -- quite a few discussions on grabbing metadata for specific file types though.
Any suggestions you may have would be most welcome :)