﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2783	FileGetVersion default value for optional parameter is missing in help file	orbs	Melba23	"from the FileGetVersion help:

FileGetVersion ( ""filename"" [, ""stringname""] )

[this is apparent in versions 3.3.8.1, 3.3.10.2, and the online webpage]
 
please consider to mention the default value for the 2nd parameter ""stringname"". note that the default value is not ""FileVersion"". see this script:


ConsoleWrite('not specified: '&FileGetVersion(@AutoItExe)&@CR)
ConsoleWrite('FileVersion: '&FileGetVersion(@AutoItExe,'FileVersion')&@CR)

the results are:

not specified: 3.3.10.2
FileVersion: 3, 3, 10, 2

so you see, when the parameter is not specified, the result is different than when ""FileVersion"" is specified.
however, the ""not specified"" result is identical to the ""File Version"" as seen by the Properties dialog, which in turn is NOT identical to the result when ""FileVersion"" string is specified.
"	Feature Request	closed	3.3.13.0	Documentation		None	Completed		
