file properties

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,

I want to read the properties of files on a directory, especially the
'version'. Does anyone have code for that?
I want to use it in access97.

Thanks in advance

Frank
 
I want to read the properties of files on a directory, especially the
'version'. Does anyone have code for that?
I want to use it in access97.

You might check out the following:

http://www.mentalis.org/apilist/GetFileVersionInfoSize.shtml
http://www.mentalis.org/apilist/GetFileVersionInfo.shtml

.... and ...

http://www.mvps.org/access/api/api0065.htm

Although the code in the first 2 locations is targeted toward VB and VB.NET,
there should be no problem utilizing it from within Access 97. The last url at
The Access Web may help with that.
 
Back
Top