I have a VBA script that lists the file names contained in a folder. I’d like to retrieve file properties of Dimensions, Size and Vertical resolution along with the file name. Are these properties available via FileSystemObject Properties? Or is there another way to pull this metadata?
Cheers!