SplitScript reference / ModuleVersionInfo / product
ModuleVersionInfo.product
field
ModuleVersionInfo.product: FileVersion
The version of the product to which the module belongs.
Examples
Read the product identity
let executable = await process.mainModule()
let versions = executable.versionInfo() else return
let productVersion = versions.product