AGETFILEVERSION(ArrayName, cFileName)
I have downloaded some files where the manufacturer/developer has made a mistake in the version details of the file properties.
The File Version is 87 (being the last version) but the Product Version mistakenly still reads 86.
I mean it actually states 87 and 86 in Windows Explorer file properties.
In VFP's Agetfileversion() you should be able to read both versions in an array, elements 4 and 11.
But both 4 and 11 say it's version 86. So it seems the Agetfileversions() doesn't actually read the File Version.
I have downloaded some files where the manufacturer/developer has made a mistake in the version details of the file properties.
The File Version is 87 (being the last version) but the Product Version mistakenly still reads 86.
I mean it actually states 87 and 86 in Windows Explorer file properties.
In VFP's Agetfileversion() you should be able to read both versions in an array, elements 4 and 11.
But both 4 and 11 say it's version 86. So it seems the Agetfileversions() doesn't actually read the File Version.