Hello,
I would like to get the file version / buildnumber of an existing .exe file.
Something like this
Can anybody help me ,
Best regards Marc
I would like to get the file version / buildnumber of an existing .exe file.
Something like this
Not working code:
'not working example
Dim strFileVersion as string
If File.Exists(strAppFolder , "MyOtherApp.exe") = True Then
strFileVersion = File.Version(strAppFolder , "MyOtherApp.exe")
else
strFileVersion = "0"
end if
Can anybody help me ,
Best regards Marc