file.setFullVersion

Syntax file.setFullVersion (path, string)

Params path is the path name of the file whose full version you wish to set.

string is the new version information for the file at path.

Action Changes the full version of the file at path to string.

Returns True

Examples file.setFullVersion ("System:System Folder:Sample Application", "1.0b1 ; © 1992, My Company")

   » true

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes The "full version" is the information you see about an application when you use the "Get Info" option from Finder's File menu.

See Also file.getFullVersion

file.setVersion

file.getVersion

Discuss