The Finder can optionally show a version number of certain files, which is exactly what I need to make sure the user has installed a recent library with a 3rd party software bundle. But is it possible to retrieve it in Xojo?
Check CFBundleMBS and NSBundleMBS classes, which lets you read the version details.
Thanks, Christian! Me silly! I had been looking at the folderitem parts, because Finder does show it
I guess its part of the dictionary?
(This would be so much easier if Catalina would not block my console debug runs by putting the RBConsoleframework into its sandbox)
EDIT: Yes, its CFBundleShortVersionString. Thanks a lot!