I have a tast among me to search through multiple subdirectories and find the oldest file.
But the only way I could think of doing it is by doing a shell'ed out dir and taking the date string, and trying to compare it... but then it get's month strings and everything... any way i could get some type of function to say how many days old a file is? One number would seem much easier to compare.
But any ideas on how to decide on file life would be appreciated! Thanks!
Gabe [sig][/sig]
But the only way I could think of doing it is by doing a shell'ed out dir and taking the date string, and trying to compare it... but then it get's month strings and everything... any way i could get some type of function to say how many days old a file is? One number would seem much easier to compare.
But any ideas on how to decide on file life would be appreciated! Thanks!
Gabe [sig][/sig]