Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File DateTime

Status
Not open for further replies.

TedMcCoin

Programmer
Feb 19, 2003
14
DE
How to find out the modification date and time of any file ?
What piece of code would do that ?
Any idea would be very appreciated, thanks, erik
 
First create an array with files you want date for or just one filename:

ADIR(aTest,"c:\*.*")

Then display the array value for the last modified date:

?aTest(1,3)
 
[thumbsup2]
That was exactly what i was looking for !
thanks a lot for your help, erik
[thumbsup2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top