GetCreationTime function

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I need a lil' help from the folks in here. I have an DB application
which needs to read when an external file was created - I need to
compare that creation date with when the corresponding entry in the DB
was created. I reckon I'm supposed to use the GetCreationTime method
in the Windows API to read the information, but how do I wrap the
function so Access 2002 can use it?
 
I need a lil' help from the folks in here. I have an DB application
which needs to read when an external file was created - I need to
compare that creation date with when the corresponding entry in the DB
was created. I reckon I'm supposed to use the GetCreationTime method
in the Windows API to read the information, but how do I wrap the
function so Access 2002 can use it?

For any VB outside of Access, (especially OS-level stuff), I go to
(VB6 MVP) Randy Birch's website
www.vbnet.mvps.org

hands down the best site I've see for classic VB.
 
Back
Top