GetFileVersion Not Returning A Version No.
The following code is only returning a version number with .dll files. I am trying to determine the version of an access file. Any reccos?
----------------------------------------
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
v = fso.GetFileVersion("C:\test.mdb")
msgbox v
|