Pascal Scripting: GetVersionComponents

Prototype:

function GetVersionComponents(const Filename: String; var Major, Minor, Revision, Build: Word): Boolean;

Description:

Gets the individual version components of the specified file. Returns True if successful, False otherwise.

See also:

PackVersionComponents