mab43
Technical User
- Aug 5, 2004
- 11
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
----------------------------------------
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
v = fso.GetFileVersion("C:\test.mdb")
msgbox v