pwebonline
Programmer
Hello everyone, I am using the function 'dir' like this:
File = Dir("C:\*.TXT"
The problem is that I need to be able to tell it somehow to return the oldest file. I could not find how to send it a parameter with an order or whatever. Any idea?
File = Dir("C:\*.TXT"
The problem is that I need to be able to tell it somehow to return the oldest file. I could not find how to send it a parameter with an order or whatever. Any idea?