dbTalk Databases Forums  

input file modified date

comp.database.ms-access comp.database.ms-access


Discuss input file modified date in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mharness
 
Posts: n/a

Default input file modified date - 10-15-2003 , 03:37 PM






Hello,

How do I determine the modified date on an input file?

Thanks, Mike



Reply With Quote
  #2  
Old   
John
 
Posts: n/a

Default Re: input file modified date - 10-28-2003 , 03:28 AM






Dim fs, f
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.GetFile("c:\myfile")
strModifiedDate = f.DateLastModified

-John

"mharness" <mike_harness (AT) hotmail (DOT) com> wrote

Quote:
Hello,

How do I determine the modified date on an input file?

Thanks, Mike

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.