Question
Script to get metadata without opening the file
Hello everyone,
I'm using windows 10 and I have a file with a tag on its metadata:

Here is how it looks on Photoshop:

I know how to get the keywords of an open document:
var docKeywords = activeDocument.info.keywords.toString();
I'm trying to get the keywords without opening the file if that's possible (perhaps via Shell or something)
Any help will be greatly appreciated.
Thanks.
