Hi Michael,
Thanks for the information and link, I will check on it.
Charles
The version 1.0 reference in the JScript docs is bogus ;-)...
GetFileVersion was added in 5.0 (or maybe 5.1) of scrrun.dll (the Scripting
Runtime Library). IE didn't install *any* version of the scrrun.dll until
IE 5.0.
You can check this by looking up scrrun.dll at
DLL Help Database
http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?fr=...
dn
In the pre-5.6 docs, the was a version info chart that include dictionary
and filesystemobject methods/properties, but that seems to be missing from
the new docs :-(...
--
Michael Harris
Microsoft.MVP.Scripting
--
Please do not email questions - post them to the newsgroup instead.
--
Quote:
> Hi All,
> I just downloaded the new Script5.6 docs, which seem to include WSH,
> VBScript and JScript in 1 file, and can not find the information I need.
> I want my VBS script to have a minimum requirement of IE4 but I can not
find
> the version requirement for GetFileVersion. There are 2 listing in the
> help, 1 seems to be for JScript which states Version 1 as a requirement.
> The 2nd listing does not show any requirement section at all.
> Can someone please tell me in what release did VBScript GetFileVersion
> appear? If my users have a minimum of IE4 is GetFileVersion included?
> Thanks for any information,
> Charles