Pascal Scripting: GetPackedVersion

Prototype:

function GetPackedVersion(const Filename: String; var Version: Int64): Boolean;

Description:

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

Always use ComparePackedVersion or SamePackedVersion to compare packed versions.

See also:

PackVersionComponents