Skip to documentation
SplitScript
  • Language
  • Standard library
  • Guides
  • Migration

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
Generated from the SplitScript compiler's documentation catalogs.