View Single Post
  #1 (permalink)  
Old September 29th, 2005, 12:36 PM
MAB2005 MAB2005 is offline
Registered User
 
Join Date: Jul 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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





Reply With Quote