Access 7.0/8.0 (Win95) - How to retrieve a file's date/time stamp 
Author Message
 Access 7.0/8.0 (Win95) - How to retrieve a file's date/time stamp

Does anyone know how to do this?  I know how to do it back in the 16 bit
(access2.0) world, but cant get it to work in the 32 bit OS.

Thanks

Rich



Tue, 26 Oct 1999 03:00:00 GMT  
 Access 7.0/8.0 (Win95) - How to retrieve a file's date/time stamp

Try code like this:

Dim strDateStamp as String
Dim strFileName as String
strFileName = "c:\filename.txt"  'use your own path and filename
strDateStamp = FileDateTime(strFileName)

Hope this helps.



Quote:
> Does anyone know how to do this?  I know how to do it back in the 16 bit
> (access2.0) world, but cant get it to work in the 32 bit OS.

> Thanks

> Rich



Tue, 26 Oct 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. File's time/date stamp

2. Disapering time and date stamps Crystal 7.0

3. Response.Write and Date/Time 'Stamp'

4. retrieve DOS file's date and time using BASIC

5. retrieve DOS file's date and time using BASIC

6. Not wanting to change .mdb's date/time stamp

7. Changing DIRECTORY's Date/Time stamp

8. Return File Date Time stamp

9. Saving date/time stamp of text file

10. Determining file date-time stamp via HTTP

11. Get and set file date and time stamps

12. Modify File Date/Time Stamp with VB?

 

 
Powered by phpBB® Forum Software