Hi guys

Bit of a problem I'm hoping you can help with. I've got an app that builds a report of all the exe files in a directory and and their version numbers. We're using it to pop up a message at client sites if they have an old version of one of our exe's. I've used the file system objects getFileVersion method to get the version info for the report but when we've come to use the client bit (the bit that checks the version they're using against the report) on a NT system it barfs because that method wasn't implemented until version 5.0.3715 of the scripting engine (which presumably came after NT).

So my question is: is there a way UI can get the file version information on older Windows versions in the same format as that returned by getFileVersion (ie ##.##.##.##)?