Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to find version of Microsoft Word?

Answer: You can use code like this:
Example
// find Word
dim f as FolderItem = LaunchServicesFindApplicationForInfoMBS("","com.microsoft.Word","")

// open bundle
dim c as new NSBundleMBS(f)

// read info
dim d as Dictionary = c.infoDictionary

// show version
MsgBox d.Lookup("CFBundleVersion","")

Older versions of Word can be found with creator code "MSWD".


The biggest plugin in space...