How to get image file comment (and – optionally – other file properties) in NTFS file system (Windows 10 64-bit) with VBA

38 Views Asked by At

I have a number of jpg files supplied with comments. How can I read a comment attached to such file into a variable for further use with VBA?

I have searched the web, but no solution helped me to solve the problem. For instance, I could get a list of all properties of the file with SHELL32.Folder and SHELL32.FolderItem, but no actual values for comments could be obtained although such comments were clearly visible in Total Commander and other file browsers.

0

There are 0 best solutions below