How can I check which files are buddy files of a specific image file?
I can see the versions, but not buddy files. That would be as a filename list of course, as most buddy files are not images.
File.BuddyFiles (https://www.photools.com/help/imatch/var_basics.htm?dl=h-96)
(Note: If your buddies are on a slow share, this can be slow).
That's it! Now I just have to figure out how to get each file name on a seperate line to make the output readable. I think I can do that.
Got it:
{File.BuddyFiles|splicelist:~;,,{cr}{lf}}
Or: ... |replace:~;=={crlf}}