Hello, I am looking for a method to read file details/information such as 'Comments', 'Tating', 'Title', 'Author', etc. I would prefer to only use windows API to get this information. From the research I have done that file information is stored in a 'Resource'.
I have no idea how to use these functions or if actually give the information I want. Any help appreciated.
Thanks.
PS. I also want to be able to see if a tag type exists on a file (Different file types often have different tags for example a photo(.jpg) would have a 'Date Taken' and 'Camera Maker' tag).
Thanks.