Starting a new topic for this to try to get some more traction. It sure would be nice to have the “pad of” inspector available to use on OS X. Seems like a simple thing to add for getting more platform parity. It’s just simple string parsing and version comparisons, which are largely handled the same across platforms. Am I missing something?
Q: pad of ("1.0" as version)
E: The operator "pad" is not defined.
Use case:
Q: version of folder "/Applications/Microsoft Outlook.app"
A: 15.17
Q: version of folder "/Applications/Microsoft Outlook.app" < "15.17.1" as version
A: False
But I think it is okay if it doesn’t work for non-numeric versions. We already know that we need to handle these situations in a special way, even on Windows this happens.