Michel Claveau Posted December 5, 2006 Share Posted December 5, 2006 (edited) Hi! FileGetVersion give the (meta-data) version of a file (DLL, Exe, etc.) Who know a way for read others meta-data, like "Language", "Editor", "Copyright", ...? By advance, thanks! Edited December 5, 2006 by Michel Claveau Link to comment Share on other sites More sharing options...
Developers Jos Posted December 5, 2006 Developers Share Posted December 5, 2006 FileGetVersion -------------------------------------------------------------------------------- Returns the "File" version information. FileGetVersion ( "filename" [,"stringname"] ) Parameters filename Filename to check. stringname [optional] name of the field to be retried from the header version file info. Return Value Success: Returns a string containing the version information, e.g. "3.0.81.0". Failure: Returns "0.0.0.0" if no version information (or other error) or "" when retrieving a stringname, and sets @error to 1. Remarks stringname can be the basic one as : Comments, InternalName, ProductName, CompanyName, LegalCopyright, ProductVersion, FileDescription, LegalTrademarks, PrivateBuild, FileVersion, OriginalFilename, SpecialBuild SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Michel Claveau Posted December 6, 2006 Author Share Posted December 6, 2006 Hi, JdeB! Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now