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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top